6
0
Fork 0

order-profit:send 仅限微信分账订单

base
panliang 2023-10-23 21:48:57 +08:00
parent cac7d29241
commit 8a74b2a50e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class OrderProfitCommand extends Command
// 未支付提成
->whereNull('profit_paid')
// 微信分账订单
->orderBy('wx_share->status', 'Y')
->where('wx_share->status', 'Y')
->limit(10)
->get();