瀏覽代碼

merchant_evidence_stat cond

xiaoyu 3 年之前
父節點
當前提交
2c1711d0ad
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
         }