|
@@ -263,6 +263,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
//修改为已缴费
|
|
//修改为已缴费
|
|
studentRegistrationList.forEach(e->e.setPaymentStatus(PaymentStatusEnum.YES));
|
|
studentRegistrationList.forEach(e->e.setPaymentStatus(PaymentStatusEnum.YES));
|
|
}
|
|
}
|
|
|
|
+ musicGroupSubjectPlans.forEach(e->e.setPaidStudentNum(e.getApplyStudentNum()));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (studentRegistrationList.size() > 0) {
|
|
if (studentRegistrationList.size() > 0) {
|