dever %!s(int64=3) %!d(string=hai) anos
pai
achega
b58a2836cc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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));