|
@@ -69,8 +69,6 @@ public class MusicGroupPaymentCalenderController extends BaseController {
|
|
|
}
|
|
|
if(calenderDetail.getPaymentStatus() == PaymentStatus.PAID_COMPLETED){
|
|
|
throw new BizException("您已缴费,请勿重复提交");
|
|
|
- }else if(calenderDetail.getPaymentStatus() == PaymentStatus.PROCESSING){
|
|
|
- throw new BizException("存在待处理的订单,请稍候尝试");
|
|
|
}
|
|
|
if(calender.getStatus() == PaymentCalenderStatusEnum.OPEN || calenderDetail.getOpen() == 1){
|
|
|
StudentRegistration studentRegistration = studentRegistrationService.queryByUserIdAndMusicGroupId(userId,musicGroupId);
|