Commit adb52a718e2c4df79bbc995649e39432233e9118

Authored by wtt
1 parent 6f344f243d

update

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java View file @ adb52a7
... ... @@ -1007,8 +1007,8 @@
1007 1007 babyModelQuery.setDoctor(doctor);
1008 1008 babyModelQuery.setQueryNo(key);
1009 1009 if(currentMonthStart!=null && currentMonthEnd!=null){
1010   - babyModelQuery.setBirthStart(DateUtil.getBirthStart(currentMonthStart));
1011   - babyModelQuery.setBirthEnd(DateUtil.getBirthEnd(currentMonthEnd));
  1010 + babyModelQuery.setBirthStart(DateUtil.getBirthStart(currentMonthEnd));
  1011 + babyModelQuery.setBirthEnd(DateUtil.getBirthEnd(currentMonthStart));
1012 1012 }
1013 1013 List<String> chechMonths = new ArrayList<>();
1014 1014 if (StringUtils.isNotEmpty(chechMonth)) {