gaodm 4 éve
szülő
commit
5d2673e9e2

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

@@ -974,7 +974,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
                 throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "出院时间的开始时间必须小于结束时间!");
             }
         }
-//        behospitalPageVO.setHospitalId(Long.parseLong(SysUserUtils.getCurrentHospitalID()));
+        behospitalPageVO.setHospitalId(Long.parseLong(SysUserUtils.getCurrentHospitalID()));
 //        behospitalPageVO.setIsPlacefile("1");
 //        if (null != behospitalPageVO.getStatisticsType()
 //                && null == behospitalPageVO.getLeaveHosDateStart()