卡扣断点去除

This commit is contained in:
xiezhiwen 2019-03-28 09:26:15 +08:00
parent 96f23a41cb
commit cb1b3503d5

View File

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