|
@@ -1931,6 +1931,10 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
musicGroupSubjectPlanDao.update(musicGroupSubjectPlan);
|
|
musicGroupSubjectPlanDao.update(musicGroupSubjectPlan);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if(studentRegistration.getMusicGroupStatus() != StudentMusicGroupStatusEnum.NORMAL){
|
|
|
|
+ return true;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (isRefundCourseFee) {
|
|
if (isRefundCourseFee) {
|
|
// 退课程费用
|
|
// 退课程费用
|
|
amount = amount.add(surplusCourseFee);
|
|
amount = amount.add(surplusCourseFee);
|
|
@@ -2101,6 +2105,10 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
musicGroupSubjectPlanDao.update(musicGroupSubjectPlan);
|
|
musicGroupSubjectPlanDao.update(musicGroupSubjectPlan);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if(studentRegistration.getMusicGroupStatus() != StudentMusicGroupStatusEnum.NORMAL){
|
|
|
|
+ return true;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (isRefundCourseFee) {
|
|
if (isRefundCourseFee) {
|
|
// 退课程费用
|
|
// 退课程费用
|
|
amount = amount.add(surplusCourseFee);
|
|
amount = amount.add(surplusCourseFee);
|