Gorden 6 hónapja
szülő
commit
791093096b
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/admin/service/statistics/OrderService.php

+ 1 - 0
app/admin/service/statistics/OrderService.php

@@ -22,6 +22,7 @@ class OrderService
             ->where('join_pay_order_id','<>','')
             ->where('pay_status', 'SUCCESS')
             ->where('pay_category', '<>', 'RETURN')
+            ->where('pay_category', '<>', 'REFUND')
             ->where('pay_category', '<>', 'RECHARGE')
             ->where('pay_category', '<>', 'CLEAR')
             ->sum('pay_amount');