|
@@ -193,7 +193,8 @@ public class MusicGroupPaymentCalenderServiceImpl extends BaseServiceImpl<Long,
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
- } else if (musicGroupPaymentCalender.getPaymentType() == PaymentType.ADD_COURSE) {
|
|
|
+ } else if (musicGroupPaymentCalender.getPaymentType() == PaymentType.ADD_COURSE || musicGroupPaymentCalender.getPaymentType() == PaymentType
|
|
|
+ .ADD_STUDENT) {
|
|
|
// 如果是临时加课,是否审核是根据单价判断
|
|
|
for (MusicGroupPaymentCalenderCourseSettings courseSettings : musicGroupPaymentCalenderCourseSettingsList) {
|
|
|
OrganizationCourseUnitPriceSettings defaultUnitPrice = organizationCourseUnitPriceSettingsDao.queryByOrganIdAndCourseTypeAndChargeType(
|
|
@@ -408,7 +409,7 @@ public class MusicGroupPaymentCalenderServiceImpl extends BaseServiceImpl<Long,
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
- } else if (musicGroupPaymentCalender.getPaymentType() == PaymentType.ADD_COURSE) {
|
|
|
+ } else if (musicGroupPaymentCalender.getPaymentType() == PaymentType.ADD_COURSE || musicGroupPaymentCalender.getPaymentType() == PaymentType.ADD_STUDENT) {
|
|
|
// 如果是临时加课,是否审核是根据单价判断
|
|
|
for (MusicGroupPaymentCalenderCourseSettings courseSettings : musicGroupPaymentCalenderCourseSettingsList) {
|
|
|
OrganizationCourseUnitPriceSettings defaultUnitPrice = organizationCourseUnitPriceSettingsDao.queryByOrganIdAndCourseTypeAndChargeType(
|