Commit b5e58259229937de8fd53e377a07bec5a29a579f
1 parent
3b82aa0259
Exists in
master
and in
6 other branches
产检节点统计
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java
View file @
b5e5825
| ... | ... | @@ -603,6 +603,11 @@ |
| 603 | 603 | antExRecordQuery.setcDueWeekEnd((40 + 1) * 7 - 1); |
| 604 | 604 | } |
| 605 | 605 | } |
| 606 | + else | |
| 607 | + { | |
| 608 | + antExRecordQuery.setcDueWeekStart(0); | |
| 609 | + antExRecordQuery.setcDueWeekEnd((40 + 1) * 7 - 1); | |
| 610 | + } | |
| 606 | 611 | |
| 607 | 612 | |
| 608 | 613 | List<AntExRecordModel> list = recordService.queryAntExRecords(antExRecordQuery); |