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