Commit be6b36a8c2c8b88c27578b7a06d8d17f81464db9

Authored by hanshaofeng
1 parent 1847bfbff6

hahahah

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RegionController.java View file @ be6b36a
... ... @@ -57,6 +57,7 @@
57 57 }
58 58 BasicConfigQuery query = new BasicConfigQuery();
59 59 query.setYn(YnEnums.YES.getId());
  60 + query.setTypeId("b7ea005c-dfac-4c2a-bdae-25239b3f44fd");
60 61  
61 62 if(UserTypeEnum.NORMAL_USER.getId().equals(user.getType())) {
62 63 if(null == user.getOrgId()) {