|
|
@ -85,6 +85,12 @@ public class UpdateTaskNumber implements Action, EsbServerlessRpcRemoteInterface
|
|
|
|
|
|
|
|
|
|
|
|
String sql1 = "update e10_core_business.dbo." + detailTablename + " set rwbh='" + rwbh + "_" + seq + "' where id=" + id;
|
|
|
|
String sql1 = "update e10_core_business.dbo." + detailTablename + " set rwbh='" + rwbh + "_" + seq + "' where id=" + id;
|
|
|
|
boolean b1 = rs.executeUpdate(sql1);
|
|
|
|
boolean b1 = rs.executeUpdate(sql1);
|
|
|
|
|
|
|
|
if(!b1){
|
|
|
|
|
|
|
|
logger_2c12a616.error("更新rwbh失败。" );
|
|
|
|
|
|
|
|
paramRequestInfo.getRequestManager().setMessageid("ERROR");
|
|
|
|
|
|
|
|
return WeaResult.fail(500, "更新rwbh失败。", getResultMapForAction(weaverResultMap, "result","更新rwbh失败。", paramRequestInfo.getRequestManager()));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
k++;
|
|
|
|
k++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|