|
@@ -211,9 +211,10 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
}
|
|
|
|
|
|
// 病案首页
|
|
|
- addDataWithFirstPage("病案首页", homePage, medrecVoList, dicMap,
|
|
|
- homePageList, homeOperationInfoList);
|
|
|
-
|
|
|
+ if (homePage != null ) {
|
|
|
+ addDataWithFirstPage("病案首页", homePage, medrecVoList, dicMap,
|
|
|
+ homePageList, homeOperationInfoList);
|
|
|
+ }
|
|
|
queryVo.setMedrec(medrecVoList);
|
|
|
|
|
|
// 调用质控接口
|