正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -56,6 +56,7 @@ class ProductController extends BaseController | @@ -56,6 +56,7 @@ class ProductController extends BaseController | ||
| 56 | $lists = $lists->toArray(); | 56 | $lists = $lists->toArray(); |
| 57 | $cate_data = $this->getCategoryList();//分类 | 57 | $cate_data = $this->getCategoryList();//分类 |
| 58 | $key_data = $this->keywordNameLists($lists['list']);//关键字 | 58 | $key_data = $this->keywordNameLists($lists['list']);//关键字 |
| 59 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export(111111111111111, true) . PHP_EOL, FILE_APPEND); | ||
| 59 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($key_data, true) . PHP_EOL, FILE_APPEND); | 60 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($key_data, true) . PHP_EOL, FILE_APPEND); |
| 60 | $template_id = $this->getTemplateId(BTemplate::SOURCE_PRODUCT,BTemplate::IS_DETAIL);//获取模版id | 61 | $template_id = $this->getTemplateId(BTemplate::SOURCE_PRODUCT,BTemplate::IS_DETAIL);//获取模版id |
| 61 | $userModel = new User(); | 62 | $userModel = new User(); |
-
请 注册 或 登录 后发表评论