|
@@ -2372,10 +2372,6 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
throw new BizException("课程信息不存在");
|
|
|
}
|
|
|
|
|
|
- if (salary == null) {
|
|
|
- throw new BizException("请设置老师课酬");
|
|
|
- }
|
|
|
-
|
|
|
if ("all".equals(scope)) {
|
|
|
Integer classGrpupId = courseSchedule.getClassGroupId();
|
|
|
String startDateTime = sdf_ymd.format(courseSchedule.getClassDate()) + " " + sdf_hms.format(courseSchedule.getStartClassTime());
|