返回信息修改
This commit is contained in:
parent
25e66a64d5
commit
607c80f539
@ -242,7 +242,7 @@ public class SysOrganizationController {
|
||||
}
|
||||
if (!blocks.isEmpty()) {
|
||||
StringBuilder message = new StringBuilder();
|
||||
message.append("操作无法完成:该组织及其下级组织有用户关联,请先解绑用户:");
|
||||
message.append("操作无法完成!该组织及其下级组织有用户关联,请先解绑用户:");
|
||||
int i = 0;
|
||||
for (Map.Entry<String, Long> entry : blocks.entrySet()) {
|
||||
String orgId = entry.getKey();
|
||||
|
||||
@ -116,7 +116,7 @@ public class SysRoleServiceImpl extends ServiceImpl<SysRoleMapper, SysRole> impl
|
||||
roleMapper.countRoleUsersByRoleIds(roleIds);
|
||||
if (blocks != null && !blocks.isEmpty()) {
|
||||
StringBuilder message = new StringBuilder();
|
||||
message.append("操作无法完成:以下角色仍绑定用户,请先解绑用户:");
|
||||
message.append("操作无法完成!以下角色仍绑定用户,请先解绑用户:");
|
||||
for (int i = 0; i < blocks.size(); i++) {
|
||||
Map<String, Object> block = blocks.get(i);
|
||||
Object roleIdObj = block.get("roleid");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user