Commit 6014aaa9723ce330d1d217647601aeb399bfcc10
1 parent
d1b55a17df
Exists in
master
and in
1 other branch
platform permission
login model move login center
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/UsersController.java
View file @
6014aaa
| ... | ... | @@ -139,6 +139,7 @@ |
| 139 | 139 | |
| 140 | 140 | UsersQuery usersQuery = new UsersQuery(); |
| 141 | 141 | usersQuery.setPhone(phone); |
| 142 | + usersQuery.setYn(YnEnums.YES.getId()); | |
| 142 | 143 | int count = usersService.queryUsersCount(usersQuery); |
| 143 | 144 | if(0 == count) { |
| 144 | 145 | ResultUtils.buildParameterErrorResultAndWrite(httpServletResponse, "该账户不存在"); |