Browse Source

报名更新用户信息

周箭河 5 years ago
parent
commit
887b9020ed

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

@@ -353,7 +353,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
                     holiday = jiaRiFeignService.query(now.getYear());
                     holidayDays = holiday.get(now.getYear());
                 }
-                if (highClassGroup.getHoliday() && holidayDays.containsKey(now.format(DateTimeFormatter.ofPattern("MM-dd")))) {
+                if (highClassGroup.getHoliday() && holidayDays.containsKey(now.format(DateTimeFormatter.ofPattern("MMdd")))) {
                     now = now.plusDays(1);
                     continue;
                 }