This commit is contained in:
xy
2025-01-03 13:12:17 +08:00
parent d5c18198b9
commit 417b36c884

View File

@@ -296,7 +296,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
} }
//运维管理员展示管理员和App用户 //运维管理员展示管理员和App用户
else if (Objects.equals(UserType.ADMINISTRATOR, type) && roleCodeList.contains("operation_manager")) { else if (Objects.equals(UserType.ADMINISTRATOR, type) && roleCodeList.contains("operation_manager")) {
types.addAll(Arrays.asList(UserType.ADMINISTRATOR, UserType.APP)); types.addAll(Arrays.asList(UserType.ADMINISTRATOR, UserType.USER, UserType.APP));
} }
if (ObjectUtil.isNotNull(queryParam)) { if (ObjectUtil.isNotNull(queryParam)) {
//查询参数不为空,进行条件填充 //查询参数不为空,进行条件填充