|
@@ -1441,7 +1441,7 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
if(StringUtils.isNotEmpty(disName)){
|
|
|
diseaseRepository.mergeDis(disName,disId,0);
|
|
|
}else {
|
|
|
- respDTO = RespDTO.onError("在数据库中没有找到"+disId+"对应的疾病!!");
|
|
|
+ respDTO = RespDTO.onError("在数据库中没有找到"+disName+"这个疾病!!");
|
|
|
}
|
|
|
|
|
|
//获取每个诊断依据的全部数据
|
|
@@ -1706,6 +1706,15 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
}else if(ni.contains("任七")){
|
|
|
path = 7;
|
|
|
rel = "任七";
|
|
|
+ }else if(ni.contains("任八")){
|
|
|
+ path = 8;
|
|
|
+ rel = "任八";
|
|
|
+ }else if(ni.contains("任九")){
|
|
|
+ path = 9;
|
|
|
+ rel = "任九";
|
|
|
+ }else if(ni.contains("任十")){
|
|
|
+ path = 10;
|
|
|
+ rel = "任十";
|
|
|
}else {
|
|
|
path = 1;
|
|
|
rel = "任一";
|