Commit 3d9b3d91 by 杨树贤

内存

parent 2c15f782
......@@ -20,6 +20,7 @@ class SupplierStatisticsApiController extends Controller
public function GetSupplierStatistics($request)
{
ini_set('memory_limit', -1);
$service = new SupplierStatisticsService();
$statistics = $service->getSupplierListStatistics();
$data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment