Commit d31f9fd10d55b827286a95dfda9732e32a42005c

Authored by liquanyu
1 parent a9f8614f37

产检节点统计

Showing 3 changed files with 2 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java View file @ d31f9fd
... ... @@ -600,7 +600,7 @@
600 600 }
601 601  
602 602 AntExRecordQuery antExRecordQuery = new AntExRecordQuery();
603   - antExRecordQuery.setBirthStart(startTime);
  603 + antExRecordQuery.setBuildTimeStart(startTime);
604 604 antExRecordQuery.setBuildTimeEnd(endTime);
605 605 antExRecordQuery.setHospitalList(hospitalIds);
606 606 antExRecordQuery.setPage(page);
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java View file @ d31f9fd
... ... @@ -62,7 +62,6 @@
62 62 this.hospitalIds = hospitalIds;
63 63 this.startTime = startTime;
64 64 this.endTime = endTime;
65   - this.endTime = endTime;
66 65 this.pointType = pointType;
67 66 this.recordService = recordService;
68 67 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckWeeksNumWorker.java View file @ d31f9fd
... ... @@ -45,7 +45,7 @@
45 45 Map<String,Integer> map = new HashMap<>();
46 46  
47 47 AntExRecordQuery antExRecordQuery = new AntExRecordQuery();
48   - antExRecordQuery.setBirthStart(startTime);
  48 + antExRecordQuery.setBuildTimeStart(startTime);
49 49 antExRecordQuery.setBuildTimeEnd(endTime);
50 50 antExRecordQuery.setHospitalId(hospitalId);
51 51 if (pointType != null && pointType == 1)