From a01a73c0f04c2e863ff969ce0be085814df60de0 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Tue, 18 Sep 2018 17:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E6=8E=A5=E5=8F=A3=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../voucher/serviceImp/VoucherSysJointNCServiceImpl.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, 根据回执信息更新状态 */