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)) {