Commit d08ccf6a84b61a2ab0bf3c66f34972d44836958b
1 parent
02b67812c7
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
d08ccf6
| ... | ... | @@ -509,7 +509,7 @@ |
| 509 | 509 | if (riskPatientsQueryRequest.getFmWeekEnd() != null) |
| 510 | 510 | { |
| 511 | 511 | int end = org.apache.commons.lang.math.NumberUtils.toInt(riskPatientsQueryRequest.getFmWeekEnd(), 0)+1; |
| 512 | - end = end * 7; | |
| 512 | + end = end * 7 - 1; | |
| 513 | 513 | patientsQuery.setFmWeekEnd(end); |
| 514 | 514 | } |
| 515 | 515 |