dever 3 yıl önce
ebeveyn
işleme
b58a2836cc
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      service/option/lib/Account.php

+ 1 - 0
service/option/lib/Account.php

@@ -348,6 +348,7 @@ class Account
     public function getCash($id)
     {
         $where['aid'] = $id;
+        $where['status'] = 2;
         $total = Dever::db('option/bill_jiaofu')->total($where);
         $daijiaofu = $total . '条';
         $cash = Dever::db('option/cash')->select(array('aid' => $id, 'status' => 2));