|
|
@@ -219,6 +219,10 @@ public class hospitaldep extends Controller {
|
|
|
row.put("tag", tag);
|
|
|
//系统标签
|
|
|
row.put("tag_sys", sys_tag);
|
|
|
+ ArrayList<String> tags = new ArrayList<>();
|
|
|
+ tags.addAll(tag);
|
|
|
+ tags.addAll(sys_tag);
|
|
|
+ row.put("tagstr", StringUtils.join(tags,","));
|
|
|
//科室负责人
|
|
|
// Rows doctorRows = doctorRowsMap.getOrDefault(id.toString(), new Rows());
|
|
|
// row.putIfAbsent("doctors", StringUtils.join(doctorRows.toArray("doctorname"), ","));
|