shish 1 rok pred
rodič
commit
aef926cd08

+ 1 - 0
app-ghs/controllers/OrderItemController.php

@@ -418,6 +418,7 @@ class OrderItemController extends BaseController
         if ($order->mainId != $this->mainId) {
             util::fail('不是你的订单');
         }
+        util::complete();
         $orderSn = $order->orderSn ?? '';
         $list = OrderItemClass::getAllByCondition(['orderSn' => $orderSn], null, '*', null, true);
         OrderItemClass::exportExcel($order, $list, $this->mainId);