Commit 8139a5450a5ef102e44beceeaedc6bae7c6be467
1 parent
d23405191f
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/BabyCheckFacade.java
View file @
8139a54
| ... | ... | @@ -1987,7 +1987,7 @@ |
| 1987 | 1987 | |
| 1988 | 1988 | // Integer days = model.getDueWeek()*7 + (model.getDueDay() == null ? 0 : model.getDueDay()); |
| 1989 | 1989 | Integer days = DateUtil.daysBetween(lastMens,DateUtil.parseYMD(checkDate)); |
| 1990 | - if ((DateUtil.daysBetween(lastMens,DateUtil.parseYMD(checkDate))) < 280) | |
| 1990 | + if ((DateUtil.daysBetween(lastMens,DateUtil.parseYMD(checkDate))) < 286) | |
| 1991 | 1991 | { |
| 1992 | 1992 | result.put("isCorrectMonthAge", 1); |
| 1993 | 1993 | //纠正胎龄 |