zxhxx 3 years ago
parent
commit
44511f6331
1 changed files with 0 additions and 1 deletions
  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) {