yxk-20260729
改善提案 新增流程表达式getRequiredUsersListByRole 根据角色找人
This commit is contained in:
+10
-1
@@ -575,4 +575,13 @@ public interface ISysBaseAPI extends CommonAPI {
|
||||
List<String> getUsersListByDeptIdAndRoleIdLocalApi(String deptId, String roleId);
|
||||
|
||||
List<String> getUserByRoleIdLocalApi(String roleId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Query active usernames by role for Flowable multi-instance tasks.
|
||||
* This method intentionally uses an independent query path so existing role queries remain unchanged.
|
||||
*
|
||||
* @param roleId system role id
|
||||
* @return active username list
|
||||
*/
|
||||
List<String> getUsernamesByRoleIdLocalApi(String roleId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user