|
@@ -161,10 +161,7 @@ public class MusicGroupController extends BaseController {
|
|
|
throw new BizException("当前续费时间已截止,请联系指导老师");
|
|
|
}
|
|
|
|
|
|
- BigDecimal amount = musicGroupStudentFee.getTemporaryCourseFee();
|
|
|
- if (amount == null || amount.doubleValue() == 0) {
|
|
|
- amount = userLastCalenderDetail.getExpectAmount();
|
|
|
- }
|
|
|
+ BigDecimal amount = userLastCalenderDetail.getExpectAmount();
|
|
|
|
|
|
StudentRegistration studentRegistration = studentRegistrationService.queryByUserIdAndMusicGroupId(userId, musicGroupId);
|
|
|
if (studentRegistration == null) {
|