|
@@ -103,7 +103,7 @@ public class CacheUtil implements ApplicationRunner {
|
|
*/
|
|
*/
|
|
public void putDiagHospitalReflect() throws Exception {
|
|
public void putDiagHospitalReflect() throws Exception {
|
|
Map<String, String> map = new HashMap<>();
|
|
Map<String, String> map = new HashMap<>();
|
|
- map.put("右髌骨下极骨折", "右髌骨下极骨折");
|
|
|
|
|
|
+ map.put("腹痛待查", "腹痛待查 Concept");
|
|
redisUtil.set(KernelConstants.CONCEPT_DIAG_HOSPITAL_REFLECT, map);
|
|
redisUtil.set(KernelConstants.CONCEPT_DIAG_HOSPITAL_REFLECT, map);
|
|
}
|
|
}
|
|
}
|
|
}
|