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

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

@@ -591,9 +591,6 @@ class Cron
                 if($res){
                     foreach($res as $k2 => $v2){
                         $insert['where_id'] = $v2['id'];
-                        if($v2['out_num'] == 0 && $v2['out_money'] != 0){
-                            $insert['set_out_money'] = 0;
-                        }
                         Dever::db('bill/shop_stat')->update($insert);
                     } 
                 }else{