From ec3f288627561c1e2b57eb63fd6d214d4fa3a6a8 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Tue, 7 Nov 2023 13:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=AE=A2=E5=8D=95=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/OrderProfitCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/OrderProfitCommand.php b/app/Console/Commands/OrderProfitCommand.php index 6d1484d7..f5c599f5 100644 --- a/app/Console/Commands/OrderProfitCommand.php +++ b/app/Console/Commands/OrderProfitCommand.php @@ -56,7 +56,6 @@ class OrderProfitCommand extends Command ->whereNull('profit_paid') // 微信分账订单 ->where('wx_share->status', 'Y') - ->limit(10) ->get(); foreach ($orders as $order) {