|
@@ -150,7 +150,7 @@ public class MusicGroupController extends BaseController {
|
|
return failed(HttpStatus.CONTINUE, "乐团报名信息不存在");
|
|
return failed(HttpStatus.CONTINUE, "乐团报名信息不存在");
|
|
}
|
|
}
|
|
if (studentRegistration.getPaymentStatus() != null && studentRegistration.getPaymentStatus() == PaymentStatusEnum.YES) {
|
|
if (studentRegistration.getPaymentStatus() != null && studentRegistration.getPaymentStatus() == PaymentStatusEnum.YES) {
|
|
- return failed("您已缴费,请等待乐团开启");
|
|
|
|
|
|
+ return failed(HttpStatus.PROCESSING,"您已缴费,请等待乐团开启");
|
|
}
|
|
}
|
|
|
|
|
|
if (studentRegistration.getPaymentStatus() != PaymentStatusEnum.OPEN) {
|
|
if (studentRegistration.getPaymentStatus() != PaymentStatusEnum.OPEN) {
|