Przeglądaj źródła

merchant_evidence_stat cond

xiaoyu 3 lat temu
rodzic
commit
2c1711d0ad
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      helper/statistics/refill_balance.php

+ 1 - 0
helper/statistics/refill_balance.php

@@ -222,6 +222,7 @@ class refill_balance
     private function merchant_evidence_stat($cid, $start, $end)
     {
         $cond['status'] = $cond['is_operation'] = 2;
+        $cond['add_type'] = ['neq', 4];
         if($cid > 0) {
             $cond['mchid'] = $cid;
         }