zxhxx 3 年之前
父节点
当前提交
44511f6331
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/models/store/StoreProduct.php

+ 0 - 1
app/models/store/StoreProduct.php

@@ -130,7 +130,6 @@ class StoreProduct extends BaseModel
                 if (is_null($item['cart_num'])) $item['cart_num'] = 0;
             }
         });
-        @file_put_contents("pro.txt",json_encode($list).'--'.$model->getLastSql());
         $list = count($list) ? $list->toArray() : [];
         if (!empty($list)) {
             foreach ($list as $k => $v) {