Browse Source

redis缓存增加外院疾病映射

louhr 5 years ago
parent
commit
ebbc378088
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/src/main/java/com/lantone/qc/kernel/util/CacheUtil.java

+ 1 - 0
kernel/src/main/java/com/lantone/qc/kernel/util/CacheUtil.java

@@ -34,6 +34,7 @@ public class CacheUtil implements ApplicationRunner {
             this.putConceptDiagPropertyMap();
             this.putConceptPropMap();
             this.putConceptDegreeMap();
+            this.putDiagHospitalReflect();
         } catch (Exception e) {
             logger.error("缓存文件读取错误。。。");
         }