Your Name 3 years ago
parent
commit
c0f0720fea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/bill/lib/Cron.php

+ 1 - 0
service/bill/lib/Cron.php

@@ -420,6 +420,7 @@ class Cron
              */
             #现存余额
             $data['xc_cash']=0;
+            $where['status'] = 2;
             $cash=Dever::db('bill/tixian')->gettxCash($where);
             if($cash){
                 $data['xc_cash']=$cash['total']*(-1);