Commit 090fc00ccd6087ea7f809c4e8b3250beeef069ab

Authored by liquanyu
1 parent a52460d8ee

微量元素

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MicroelementFacade.java View file @ 090fc00
... ... @@ -204,7 +204,7 @@
204 204 else if (week >= 8 && week < 13)
205 205 {
206 206 nextCheckDate = DateUtil.getyyyy_MM_dd1(DateUtil.addWeek(pat.getLastMenses(),13));
207   - nextCheckDate = "孕13周前后";
  207 + nextCheckWeek = "孕13周前后";
208 208 }
209 209 else if (week >= 13 && week < 20)
210 210 {