Commit 08b27e0f92f67148435314fcb92f88dacab8c6c1

Authored by liquanyu
1 parent ae143ec4b1

update

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 @ 08b27e0
... ... @@ -1204,7 +1204,7 @@
1204 1204  
1205 1205 boolean isShowNavel = false;
1206 1206 int monthes = DateUtil.getBabyAgeMonth(birthDate,date);
1207   - if (monthes == 1 || monthes == 1 || monthes == 3)
  1207 + if (monthes == 0 || monthes == 1 || monthes == 3)
1208 1208 {
1209 1209 isShowNavel = true;
1210 1210 }