|
@@ -50,6 +50,7 @@ class OrderService
|
|
|
->whereNotIn('pay_prepayid',['WXPAY','ALIPAY','OFFLINE_WXPAY','OFFLINE_ALIPAY','MONEY'])
|
|
|
->where('join_pay_order_id', '<>', '')
|
|
|
->where('pay_category','<>','REFUND')
|
|
|
+ ->where('pay_category','<>','ROLE_REFUND')
|
|
|
->where('pay_status', 'SUCCESS')
|
|
|
->sum('pay_amount');
|
|
|
|