|
@ -2281,7 +2281,9 @@ public class ImService {
|
|
|
content.append(consultAdvice.getAdviceValue()+",");
|
|
|
}
|
|
|
content.delete(content.length()-1,content.length());
|
|
|
map.put("icd10Name",content);
|
|
|
if("1".equals(type) || "15".equals(type) || type.contains(",")){
|
|
|
map.put("icd10Name",content);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
return mapList;
|