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