|
|
@@ -1739,8 +1739,10 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
public String doInStatement(Statement stmt) throws SQLException, DataAccessException {
|
|
|
stmt.executeUpdate(updateSql);
|
|
|
ResultSet rs = stmt.getResultSet();
|
|
|
+ System.err.println("测试信息的1-3" + "---------------------");
|
|
|
if (null != rs) {
|
|
|
rs.next();
|
|
|
+ System.err.println("测试信息的1-3" + "---------------------" + rs.getString(1));
|
|
|
return rs.getString(1);
|
|
|
}
|
|
|
return "0";
|