|
@@ -199,7 +199,6 @@ public class MusicGroupController extends BaseController {
|
|
|
|
|
|
Integer userId = studentRegistration.getUserId();
|
|
Integer userId = studentRegistration.getUserId();
|
|
|
|
|
|
-
|
|
|
|
StudentPaymentOrder ApplyOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.SUCCESS);
|
|
StudentPaymentOrder ApplyOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.SUCCESS);
|
|
StudentPaymentOrder waitPay = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.WAIT_PAY);
|
|
StudentPaymentOrder waitPay = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.WAIT_PAY);
|
|
if (ApplyOrder != null && waitPay == null) {
|
|
if (ApplyOrder != null && waitPay == null) {
|