Browse Source

Merge remote-tracking branch 'origin/master'

eric2h 3 years ago
parent
commit
2caf3b5704
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/OrderIssueController.php

+ 1 - 0
app/Http/Controllers/OrderIssueController.php

@@ -573,6 +573,7 @@ class OrderIssueController extends Controller
         if (!Gate::allows('订单管理-问题件-查询')) {
             return redirect(url('/'));
         }
+        ini_set ('memory_limit', '1024M');
         $order_Issues = OrderIssue::query()->filter($filter)->jsonWith()->get();
         return $this->getJson($order_Issues);
     }