|
@@ -304,7 +304,7 @@ public class AIFacade {
|
|
if (syfFeatureMap != null) {
|
|
if (syfFeatureMap != null) {
|
|
for (Map.Entry<String, List<SYFFeatureDTO>> entry : syfFeatureMap.entrySet()) {
|
|
for (Map.Entry<String, List<SYFFeatureDTO>> entry : syfFeatureMap.entrySet()) {
|
|
SYFDiseaseDeptDTO syfDiseaseDeptDTO = new SYFDiseaseDeptDTO();
|
|
SYFDiseaseDeptDTO syfDiseaseDeptDTO = new SYFDiseaseDeptDTO();
|
|
- syfDiseaseDeptDTO.setDeptName(entry.getKey());
|
|
|
|
|
|
+ syfDiseaseDeptDTO.setDeptName(entry.getValue().get(0).getDeptName());
|
|
syfDiseaseDeptDTO.setSubDeptName(entry.getValue().get(0).getSubDeptName());
|
|
syfDiseaseDeptDTO.setSubDeptName(entry.getValue().get(0).getSubDeptName());
|
|
syfDiseaseDeptDTO.setDept(entry.getValue().get(0).getConcatDept());
|
|
syfDiseaseDeptDTO.setDept(entry.getValue().get(0).getConcatDept());
|
|
//syfDiseaseDeptDTO.setUrl(entry.getValue().get(0).getUrl());
|
|
//syfDiseaseDeptDTO.setUrl(entry.getValue().get(0).getUrl());
|