|
@@ -1125,7 +1125,6 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
LOGGER.error("节假日解析错误");
|
|
|
- } finally {
|
|
|
coursePostPoneInfo.setSkipHoliday(false);
|
|
|
}
|
|
|
|
|
@@ -1194,7 +1193,6 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
}
|
|
|
} catch (DecodeException e) {
|
|
|
LOGGER.error("节假日解析错误");
|
|
|
- } finally {
|
|
|
vipGroupCourseAdjustInfo.setHoliday(false);
|
|
|
}
|
|
|
|