fix 78368 标准预警-责任部门没有正常回显
This commit is contained in:
+5
@@ -670,6 +670,11 @@ public class LoginServiceImpl implements ILoginService {
|
||||
obj.put(multiDepart, 2);
|
||||
}
|
||||
|
||||
if (CollectionUtils.isNotEmpty(departs)) {
|
||||
List<String> departIdList = departs.stream().map(SysDepart::getId).collect(Collectors.toList());
|
||||
sysUser.setDepartIds(StringUtils.join(departIdList, ","));
|
||||
}
|
||||
|
||||
// update-begin--Author:sunjianlei Date:20210802 for:获取用户租户信息
|
||||
String tenantIds = sysUser.getRelTenantIds();
|
||||
if (oConvertUtils.isNotEmpty(tenantIds)) {
|
||||
|
||||
Reference in New Issue
Block a user