Jelajahi Sumber

1、陪练课调整
2、付费陪练课

Joburgess 5 tahun lalu
induk
melakukan
b5648eb81e

+ 1 - 2
mec-biz/src/main/java/com/ym/mec/biz/service/impl/PracticeGroupServiceImpl.java

@@ -2355,8 +2355,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
                 }
             }
         }
-        now.plusDays(1);
-        Date applyStartDate = Date.from(now.atStartOfDay(zoneId).toInstant());
+        Date applyStartDate = Date.from(now.plusDays(1).atStartOfDay(zoneId).toInstant());
         Date applyEndDate = Date.from(now.plusMonths(buyMonths).atStartOfDay(zoneId).toInstant());
         Date firstMonday = DateUtil.getWeekDayWithDate(applyStartDate, Calendar.MONDAY);
         Date secondSunday = DateUtil.getWeekDayWithDate(applyEndDate, Calendar.SUNDAY);