Explorar el Código

取消订单完成了才能售后

shish hace 7 meses
padre
commit
6d240ad87d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-hd/controllers/RefundController.php

+ 1 - 1
app-hd/controllers/RefundController.php

@@ -111,7 +111,7 @@ class RefundController extends BaseController
                 util::fail('2023年10月17日前订单无法申请退款');
             }
             if ($order->status != 4) {
-                util::fail('订单完成了才能售后');
+                //util::fail('订单完成了才能售后');
             }
             $addTime = $order->addTime ?? '';
             $current = time();