Commit 804a4b973fdf8c457cb86c9911f663861f75e8f0

Authored by rui.zhang
1 parent 54470b0b16

platform permission

机构查询

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RegionController.java View file @ 804a4b9
... ... @@ -57,7 +57,7 @@
57 57  
58 58 if(user.getType().equals(1)) {
59 59 if(null == user.getOrgId()) {
60   - ResultUtils.buildResultAndWrite(httpServletResponse, ErrorCodeConstants.SYSTEM_ERROR, "user data error!");
  60 + ResultUtils.buildResultAndWrite(httpServletResponse, ErrorCodeConstants.SYSTEM_ERROR, "user not defined orgId error!");
61 61 return;
62 62 }
63 63 Organization organization = organizationService.getOrganization(user.getOrgId());