6
0
Fork 0

Merge branch 'develop' into base

base
panliang 2023-10-23 21:51:53 +08:00
commit 13058f86c1
1 changed files with 1 additions and 1 deletions

View File

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