diff --git a/src_core/com/tenwa/voucher/serviceImp/VoucherSysJointNCServiceImpl.java b/src_core/com/tenwa/voucher/serviceImp/VoucherSysJointNCServiceImpl.java index c2ed712fb..e7ef8e3a0 100644 --- a/src_core/com/tenwa/voucher/serviceImp/VoucherSysJointNCServiceImpl.java +++ b/src_core/com/tenwa/voucher/serviceImp/VoucherSysJointNCServiceImpl.java @@ -1107,7 +1107,7 @@ public class VoucherSysJointNCServiceImpl implements VoucherSysJointNCService { } input.close(); System.out.println("--------------------------" + xmlString); - String insertSql1="INSERT INTO test_log(id,NAME) VALUES('1','成功')"; + String insertSql1="INSERT INTO LB_XZW_LOG(ID_,NAME_) VALUES('"+tableName+"','成功')"; Sqlca.executeSQL(insertSql1); /** * 将获取到的回执信息生成本地xml @@ -1126,9 +1126,8 @@ public class VoucherSysJointNCServiceImpl implements VoucherSysJointNCService { String resFile = "//data//files//apzl_leasing//tmp//WEN"+fmt.format(new Date())+".xml"; StreamResult result = new StreamResult(new File(resFile)); transformer.transform(source,result); - String insertSql="INSERT INTO test_log(id,NAME) VALUES('2','成功')"; + String insertSql="INSERT INTO LB_XZW_LOG(ID_,NAME_) VALUES('2','成功')"; Sqlca.executeSQL(insertSql); - /** * 解析xml, 根据回执信息更新状态 */