From 8a74b2a50e3de2d7d97bc54c47d1f4b9ba1aedcb Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Mon, 23 Oct 2023 21:48:57 +0800 Subject: [PATCH] =?UTF-8?q?order-profit:send=20=E4=BB=85=E9=99=90=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=88=86=E8=B4=A6=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/OrderProfitCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/OrderProfitCommand.php b/app/Console/Commands/OrderProfitCommand.php index 0492b94a..6d1484d7 100644 --- a/app/Console/Commands/OrderProfitCommand.php +++ b/app/Console/Commands/OrderProfitCommand.php @@ -55,7 +55,7 @@ class OrderProfitCommand extends Command // 未支付提成 ->whereNull('profit_paid') // 微信分账订单 - ->orderBy('wx_share->status', 'Y') + ->where('wx_share->status', 'Y') ->limit(10) ->get();