yeguodong 4 mesiacov pred
rodič
commit
2a90858088

+ 1 - 1
src/main/java/cn/hnthyy/thmz/service/impl/his/zd/ZdUnitCodeServiceImpl.java

@@ -142,7 +142,7 @@ public class ZdUnitCodeServiceImpl implements ZdUnitCodeService {
         if ("0000000".equals(code) || StringUtils.isBlank(code)) {
             return null;
         }
-        initMap(code, YesNoEnum.NO);
+        initMap(code, YesNoEnum.YES);
         ZdUnitCode zdUnitCode = map.get(code);
         return zdUnitCode == null ? null : zdUnitCode.getName();
     }