Commit 99440d4c10fa0bc797d772f2a0622cb214be837b
1 parent
67b4417450
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
99440d4
... | ... | @@ -88,6 +88,7 @@ |
88 | 88 | map.put("serTypes", PatientSerEnums.getBabySerType()); |
89 | 89 | //服务状态 |
90 | 90 | map.put("serStatus", PatientSerEnums.getSerStatus()); |
91 | + mainBasicConfigList=null; | |
91 | 92 | if (CollectionUtils.isEmpty(mainBasicConfigList)) { |
92 | 93 | BasicConfigQuery basicConfigQuery = new BasicConfigQuery(); |
93 | 94 | basicConfigQuery.setEnable(1); |