Commit 6a0a800a30d63bbc488fae6b184684d189e5ca9e
1 parent
700b82d2a8
Exists in
master
and in
8 other branches
bug fix
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RolesController.java
View file @
6a0a800
... | ... | @@ -248,7 +248,7 @@ |
248 | 248 | userRoleMapsQuery.setYn(YnEnums.YES.getId()); |
249 | 249 | Integer count = userRoleMapsService.queryUserRoleMapsCount(userRoleMapsQuery); |
250 | 250 | if(count > 0) { |
251 | - ResultUtils.buildParameterErrorResultAndWrite(response, "该角色下有用户数据,不能删除"); | |
251 | + ResultUtils.buildParameterErrorResultAndWrite(response, "该角色下有用户数据,不能禁用"); | |
252 | 252 | return; |
253 | 253 | } |
254 | 254 | } |