order-profit:send 仅限微信分账订单
parent
cac7d29241
commit
8a74b2a50e
|
|
@ -55,7 +55,7 @@ class OrderProfitCommand extends Command
|
|||
// 未支付提成
|
||||
->whereNull('profit_paid')
|
||||
// 微信分账订单
|
||||
->orderBy('wx_share->status', 'Y')
|
||||
->where('wx_share->status', 'Y')
|
||||
->limit(10)
|
||||
->get();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue