yeguodong 4 달 전
부모
커밋
2a90858088
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/hnthyy/thmz/service/impl/his/zd/ZdUnitCodeServiceImpl.java

+ 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();
     }