소스 검색

义乌数据特殊化

chengyao 4 년 전
부모
커밋
f1d820ef02
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

+ 6 - 1
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -912,9 +912,14 @@ 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);