|
@@ -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) {
|