|
@@ -298,7 +298,6 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
return res;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 处理数据(公共方法)
|
|
|
*
|
|
@@ -957,10 +956,15 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
}
|
|
|
|
|
|
// 病案首页
|
|
|
- if (homePage != null) {
|
|
|
+ //义乌数据回来还要处理
|
|
|
+// if(analyzeVO.getHospitalId()==5 && ListUtil.isNotEmpty(recMap.get("病案首页"))){
|
|
|
+// addDataWithInnerKey("病案首页", recMap, medrecVoList);
|
|
|
+// }else {
|
|
|
+ if(homePage != null){
|
|
|
addDataWithFirstPage("病案首页", homePage, medrecVoList, dicMap,
|
|
|
homePageList, homeOperationInfoList);
|
|
|
- }
|
|
|
+ }
|
|
|
+// }
|
|
|
|
|
|
queryVo.setMedrec(medrecVoList);
|
|
|
return queryVo;
|