|
|
|
@ -174,6 +174,8 @@ public class ARSPaymentRecepitAction extends BaseBean implements Action, EsbServ
|
|
|
|
|
if ("2".equals(newoperate)) {
|
|
|
|
|
// 正式formtable_main_2714,测试formtable_main_2252,formtable_main_2401
|
|
|
|
|
boolean billingno = rs.execute("update e10_core_business.dbo.formtable_main_2401 set hkdh='" + ret.get("billingno") + "' where id=" + requestid);
|
|
|
|
|
logger_c29b3679.error( "ret--" + ret.toString()) ;
|
|
|
|
|
logger_c29b3679.error("sql = " +"update e10_core_business.dbo.formtable_main_2401 set hkdh='" + ret.get("billingno") + "' where id=" + requestid);
|
|
|
|
|
logger_c29b3679.error("billingno = " +billingno);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|