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