Your Name 3 年之前
父節點
當前提交
a94ff30efc
共有 1 個文件被更改,包括 0 次插入3 次删除
  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{