|
|
@@ -770,6 +770,9 @@ class OrderController extends BaseController
|
|
|
$export = $get['export'] ?? 0;
|
|
|
$onlySend = $get['onlySend'] ?? 0;
|
|
|
|
|
|
+ ini_set('memory_limit', '5045M');
|
|
|
+ set_time_limit(0);
|
|
|
+
|
|
|
$staff = $this->shopAdmin;
|
|
|
if (isset($staff->identity) && $staff->identity == 2) {
|
|
|
//如果用于确认发货时要显出订单
|