取消订单分账限制
parent
85a616282e
commit
ec3f288627
|
|
@ -56,7 +56,6 @@ class OrderProfitCommand extends Command
|
|||
->whereNull('profit_paid')
|
||||
// 微信分账订单
|
||||
->where('wx_share->status', 'Y')
|
||||
->limit(10)
|
||||
->get();
|
||||
|
||||
foreach ($orders as $order) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue