|
@@ -1309,6 +1309,8 @@ public class CourseScheduleServiceImpl extends ServiceImpl<CourseScheduleDao, Co
|
|
|
UpdateWrapper<CourseGroup> warp = new UpdateWrapper<>();
|
|
|
warp.set("status_", "ING").eq("id_", paymentList.get(0).getCourseGroupId());
|
|
|
courseGroupService.update(warp);
|
|
|
+ //更新开课时间
|
|
|
+ courseGroupService.getDao().updateCourseStartTime(paymentList.get(0).getCourseGroupId());
|
|
|
|
|
|
//查询趣纠课服务费
|
|
|
String practiceServiceRateStr = sysConfigService.findConfigValue(SysConfigConstant.PRACTICE_SERVICE_FEE);
|