@@ -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;
}