海康下发修改
This commit is contained in:
parent
0ac45efb65
commit
3b505cceb0
@ -1176,7 +1176,9 @@ public class HikvisionCall {
|
||||
List<SystemUser> systemUsers = systemUserService.getSystemUsersBySn(new MapBuilder<String, Object>().put(Cts.SN, projectSn).put(Cts.QUERY_TYPE, Cts.PROJECT_LEVEL).build());
|
||||
Set<Long> userIdSet = systemUsers.stream().map(SystemUser::getUserId).collect(Collectors.toSet());
|
||||
//审批的发起人
|
||||
userIdSet.add(flowStartUser);
|
||||
if (flowStartUser != null) {
|
||||
userIdSet.add(flowStartUser);
|
||||
}
|
||||
if (ThreadLocalUtil.getByKey(Cts.TL_AUTH_USER, UserInfo.class) != null) {
|
||||
userIdSet.add(ThreadLocalUtil.getByKey(Cts.TL_AUTH_USER, UserInfo.class).getUserId());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user