|
@@ -204,7 +204,7 @@ public class RetrievalFacade {
|
|
|
StaticKnowledgeIndexDTO staticDTO = new StaticKnowledgeIndexDTO();
|
|
|
staticDTO.setName(icdDisease.getName());
|
|
|
staticDTO.setType(1);
|
|
|
- staticDTO.setTypeName("医保ICD-10疾病");
|
|
|
+ staticDTO.setTypeName("医保ICD_10疾病");
|
|
|
disRetList.add(staticDTO);
|
|
|
}
|
|
|
//TODO 药品
|