|
@@ -871,10 +871,6 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
throw new BizException("用户信息获取失败");
|
|
|
}
|
|
|
MusicGroup musicGroup = saveLog(musicGroupId, MusicGroupStatusEnum.PREPARE);
|
|
|
- int finishCourseNum = courseScheduleDao.countGroupFinishCourse(musicGroupId, GroupType.MUSIC.getCode());
|
|
|
- if(finishCourseNum>0){
|
|
|
- throw new BizException("此乐团存在已结束课程");
|
|
|
- }
|
|
|
|
|
|
//乐器采购清单是否确认
|
|
|
Map<String, Object> param = new HashMap<>();
|