|
@@ -184,8 +184,8 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl<
|
|
|
MusicGroupPaymentCalender musicGroupPaymentCalender = musicGroupPaymentCalenderList.get(0);
|
|
|
String musicGroupId = musicGroupPaymentCalender.getMusicGroupId();
|
|
|
// 所有缴费项目已完成排课才能创建下一个缴费项目
|
|
|
- List<String> batchNoList = new ArrayList<>();
|
|
|
- batchNoList.add(batchNo);
|
|
|
+// List<String> batchNoList = new ArrayList<>();
|
|
|
+// batchNoList.add(batchNo);
|
|
|
/*String orignBatchNo = musicGroupPaymentStudentCourseDetailDao.getUnUseBatchNoWithStudentAndCourseTypeAndCourseMinutes(musicGroupId, null, null,batchNoList);
|
|
|
if (StringUtils.isNoneBlank(orignBatchNo)) {
|
|
|
throw new BizException("当前乐团存在未排课的缴费项目,请先完成排课再操作");
|
|
@@ -221,7 +221,7 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl<
|
|
|
|
|
|
List<MusicGroupPaymentCalenderCourseSettings> courseSettingsList = musicGroupPaymentCalenderCourseSettingsDao.getWithPaymentCalender(musicGroupPaymentCalenderId);
|
|
|
|
|
|
- if (courseSettingsList != null && courseSettingsList.size() > 0) {
|
|
|
+/* if (courseSettingsList != null && courseSettingsList.size() > 0) {
|
|
|
List<StudentSubTotalCourseTimesDto> studentCourseTypeDtos = musicGroupPaymentStudentCourseDetailDao.queryStudentSubTotalCourseTimes(musicGroupId);
|
|
|
|
|
|
Set<String> courseTypes = new HashSet<String>();
|
|
@@ -236,7 +236,7 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl<
|
|
|
throw new BizException("操作失败:存在未排完的[{}]", mgpccs.getCourseType().getMsg());
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
Date date = new Date();
|
|
|
MusicGroupPaymentCalenderDetail musicGroupPaymentCalenderDetail = null;
|