Commit 203bd7fcee43c30d8e1759caf170c36396c409db
1 parent
5e7b3dd666
Exists in
master
and in
6 other branches
儿童报告
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyNutritionFacade.java
View file @
203bd7f
... | ... | @@ -229,7 +229,7 @@ |
229 | 229 | String[] dates = recordTime.split(" - "); |
230 | 230 | babyQuery.setNutritiTimeStart(DateUtil.parseYMD(dates[0])); |
231 | 231 | if (dates.length == 2) { |
232 | - babyQuery.setNutritiTimeEnd(DateUtil.addDay(DateUtil.parseYMD(dates[1]), 1)); | |
232 | + babyQuery.setNutritiTimeEnd(DateUtil.parseYMD(dates[1])); | |
233 | 233 | } |
234 | 234 | } |
235 | 235 |