From cb1b3503d55b13f8531acff62f402770d81bdda5 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Thu, 28 Mar 2019 09:26:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E6=89=A3=E6=96=AD=E7=82=B9=E5=8E=BB?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/lease/app/quartzmession/Checkfordeduction.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java b/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java index 134badec6..6179da4e3 100644 --- a/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java +++ b/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java @@ -49,9 +49,9 @@ public class Checkfordeduction { public void CreateVoucher(String id,Transaction Sqlca) throws Exception { try { - String sql_where = ""; + String sql_where = ""; String[] ids = id.split("@"); - // 获取制单人 + // 获取制单人 String user_name="曹玉丽"; BizObject user=JBOFactory.createBizObjectQuery(USER_INFO.CLASS_NAME, "USERID='"+userId+"'").getSingleResult(false); if(user !=null || !"".equals(user)) {