6
0
Fork 0

取消订单分账限制

base
Jing Li 2023-11-07 13:39:03 +08:00
parent 85a616282e
commit ec3f288627
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class OrderProfitCommand extends Command
->whereNull('profit_paid')
// 微信分账订单
->where('wx_share->status', 'Y')
->limit(10)
->get();
foreach ($orders as $order) {