修改监听器,对于子流程内的会签向上两级寻找执行实例id
This commit is contained in:
@@ -40,6 +40,10 @@ public class XiSpeakFlow {
|
||||
return userList;
|
||||
}
|
||||
|
||||
public int getBgDeptLdUserIdListLength() {
|
||||
return getBgDeptLdUserIdList().size();
|
||||
}
|
||||
|
||||
public Integer getNeedSdwApproval(Object jsonData) {
|
||||
XiSpeakConfig.XiSpeakProperties props = xiSpeakConfig.getXiSpeak();
|
||||
if (jsonData == null || org.apache.commons.lang.StringUtils.isBlank(props.getNeedSdwApproveCode())) {
|
||||
@@ -71,6 +75,10 @@ public class XiSpeakFlow {
|
||||
return iSysBaseAPI.getUsersListByDeptIdAndRoleIdLocalApi(deptId, xiSpeakConfig.getXiSpeak().getLdRoleId());
|
||||
}
|
||||
|
||||
public int getImplDeptLdsListLength(String deptId) {
|
||||
return getImplDeptLdsList(deptId).size();
|
||||
}
|
||||
|
||||
public int getListSize(String jsonData){
|
||||
if (org.apache.commons.lang3.StringUtils.isEmpty(jsonData)) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user