Commit 812ce910194aed8ec4163be854607894279e1b8b

Authored by liquanyu
1 parent 2651729f7d

update code

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 @ 812ce91
... ... @@ -1237,7 +1237,7 @@
1237 1237  
1238 1238 boolean isShowNavel = false;
1239 1239 int monthes = DateUtil.getBabyAgeMonth(birthDate,date);
1240   - if (monthes == 1 || monthes == 3)
  1240 + if (monthes == 0 || monthes == 1 || monthes == 3)
1241 1241 {
1242 1242 isShowNavel = true;
1243 1243 }