Commit 35850ae988d1e429bc647ace2dfeaebdf96f2556

Authored by litao
1 parent ed8a140acd

bug修复 建册统计

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java View file @ 35850ae
... ... @@ -1069,7 +1069,6 @@
1069 1069 @Override
1070 1070 public BaseObjectResponse patient(Integer userId, String year, String provinceId, String cityId, String areaId) {
1071 1071 String hospitalId = autoMatchFacade.getHospitalId(userId);
1072   -
1073 1072 Set<String> patientIds = new HashSet<>();
1074 1073  
1075 1074 /*Criteria criteria = Criteria.where("created").gte(DateUtil.getYearDate(year))