Commit d31f9fd10d55b827286a95dfda9732e32a42005c
1 parent
a9f8614f37
Exists in
master
and in
6 other branches
产检节点统计
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
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) |