dever 3 tahun lalu
induk
melakukan
67b3c1ad60
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      service/option/lib/Cash.php

+ 1 - 1
service/option/lib/Cash.php

@@ -247,7 +247,7 @@ class Cash
         if ($account_cash) {
             foreach ($account_cash as $k => $v) {
                 $cash = Dever::db('option/bill_jiaofu')->getTotal(array('where_end' => $info['jiaofu_date'], 'where_type' => $v['type'], 'where_aid' => $v['aid'], 'where_mid' => $v['mid'], 'where_status' => 2));
-                if ($cash) {
+                if ($cash && $cash['total'] > 0) {
                     $update = array();
                     $update['where_id'] = $v['id'];
                     $update['daijiaofu'] = $v['daijiaofu'] - $cash['total'];