|
@@ -971,9 +971,6 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
if (repeatPay == false && payStatus == PayStatus.PAYING) {
|
|
|
return BaseController.failed(HttpStatus.CONTINUE, "您有支付中的订单,是否继续支付");
|
|
|
}
|
|
|
- /*if (!repeatPay) {
|
|
|
- return BaseController.failed(HttpStatus.CONTINUE, "您有待支付的订单,是否继续支付");
|
|
|
- }*/
|
|
|
//处理关闭订单
|
|
|
order.setStatus(DealStatusEnum.CLOSE);
|
|
|
order.setMemo("关闭订单");
|