yzt-20250224-问题清单序号644-sql执行失败问题5

ht
yangzt 2 months ago
parent 9eddb2d481
commit d9028793ef

@ -174,6 +174,8 @@ public class ARSPaymentRecepitAction extends BaseBean implements Action, EsbServ
if ("2".equals(newoperate)) {
// 正式formtable_main_2714,测试formtable_main_2252formtable_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);
}
}

Loading…
Cancel
Save