|
@@ -3959,7 +3959,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
|
|
|
//由于事务导致两个方法读取到的课程状态不同,暂时停用
|
|
|
// courseEventSource.courseStatusChange(null);
|
|
|
- courseScheduleStudentPaymentService.updateCourseActualPrice(null, null, null);
|
|
|
+// courseScheduleStudentPaymentService.updateCourseActualPrice(null, null, null);
|
|
|
|
|
|
// 更新班级已上课次
|
|
|
if (classGroupIds.size() > 0) {
|