shish 1 year ago
parent
commit
3a11f0918b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app-hd/controllers/RefundController.php

+ 4 - 0
app-hd/controllers/RefundController.php

@@ -106,6 +106,10 @@ class RefundController extends BaseController
                 util::fail('10月17日前订单无法申请退款');
             }
 
+            if($order->payWay == 2){
+                util::fail('余额支付订单暂不支持售后');
+            }
+
             $addTime = $order->addTime ?? '';
             $current = time();
             if ($order->debt != 1 && (strtotime($addTime) + 3 * 30 * 24 * 60 * 60) < $current) {