@@ -2466,7 +2466,9 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
}
- courseScheduleService.checkSnapCourseShchedules(courseScheduleList);
+// courseScheduleService.checkSnapCourseShchedules(courseScheduleList);
+
+ courseScheduleService.checkNewCourseSchedules(courseScheduleList, false);
//老师结算表
if (courseScheduleTeacherSalaryList.size() > 0) {
@@ -127,7 +127,7 @@
<if test="isShow!=null">
AND is_show_=#{isShow}
</if>
- <if test="isReview!=null and isReview==1">
+ <if test="isReview!=null and isReview==0">
AND prize_level_ IS NULL
<if test="isReview!=null and isReview==1">