|
|
@@ -368,11 +368,9 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl<
|
|
|
}
|
|
|
Long musicGroupPaymentCalenderId = details.get(0).getMusicGroupPaymentCalenderId();
|
|
|
MusicGroupPaymentCalender musicGroupPaymentCalender = musicGroupPaymentCalenderDao.get(musicGroupPaymentCalenderId);
|
|
|
-
|
|
|
if (musicGroupPaymentCalender == null) {
|
|
|
throw new BizException("查询缴费项目失败[{}]", musicGroupPaymentCalender);
|
|
|
}
|
|
|
-
|
|
|
long count = 0;
|
|
|
if (musicGroupPaymentCalender.getPayUserType() == STUDENT) {
|
|
|
// 是否已缴费
|