PAL资产库文件批量修改代码

This commit is contained in:
Mr-wang 2023-07-10 15:50:22 +08:00
parent aced37d143
commit 17ed14370e
9 changed files with 10339 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ public class ProcessEndAfterEvent_new extends ExecuteListener implements Execute
bo.set("TITLE", processInstance.getTitle());
bo.set("PROCESSID", processInstance.getId());
bo.set("USER_ID", user);
bo.set("USERDEP", SDK.getORGAPI().getUser(user).getDepartmentId());
//bo.set("USERDEP", SDK.getORGAPI().getUser(user).getDepartmentId());
bo.set("DATAID", dataid);
bo.set("RESULT", status);
bo.set("SENDTYPE", "1");