Commit 7ea90188eea009ff873f79079c6257d8d3e21a0a
1 parent
0494ff93ee
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
7ea9018
| ... | ... | @@ -447,7 +447,7 @@ |
| 447 | 447 | /* Date start = DateUtil.addMonth(currentDate, -request.getMonthAgeStart()); |
| 448 | 448 | Date end = DateUtil.addMonth(currentDate, -request.getMonthAgeEnd()-1);*/ |
| 449 | 449 | Date date= DateUtil.addMonth(currentDate, -NumberUtils.toInt(applyOrderQueryRequest.getYlStart()) - 1); |
| 450 | - date=DateUtil.addDay(date,-1); | |
| 450 | + date=DateUtil.addDay(date,1); | |
| 451 | 451 | referralApplyOrderQuery.setBirthEnd(date); |
| 452 | 452 | } |
| 453 | 453 | if (StringUtils.isNotEmpty(applyOrderQueryRequest.getYlEnd())) { |