|
|
@@ -418,7 +418,6 @@ 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);
|