卡扣断点去除
This commit is contained in:
parent
96f23a41cb
commit
cb1b3503d5
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user