|
@@ -807,7 +807,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
|
|
|
StudentPaymentOrder ApplyOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.ING);
|
|
|
if (ApplyOrder == null) {
|
|
|
- throw new BizException("没有支付中的订单,请勿非法请求");
|
|
|
+ throw new BizException("没有支付中订单,请在我的订单中查看订单状态");
|
|
|
}
|
|
|
//手动关闭订单
|
|
|
ApplyOrder.setStatus(DealStatusEnum.FAILED);
|