chengyao %!s(int64=4) %!d(string=hai) anos
pai
achega
ea30aa6636
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

+ 4 - 4
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -913,14 +913,14 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
 
         // 病案首页
         //义乌数据回来还要处理
-        if(analyzeVO.getHospitalId()==5 && ListUtil.isNotEmpty(recMap.get("病案首页"))){
-            addDataWithInnerKey("病案首页", recMap, medrecVoList);
-        }else {
+//        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;