|
...
|
...
|
@@ -56,6 +56,7 @@ class ProductController extends BaseController |
|
|
|
$lists = $lists->toArray();
|
|
|
|
$cate_data = $this->getCategoryList();//分类
|
|
|
|
$key_data = $this->keywordNameLists($lists['list']);//关键字
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(111111111111111, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($key_data, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$template_id = $this->getTemplateId(BTemplate::SOURCE_PRODUCT,BTemplate::IS_DETAIL);//获取模版id
|
|
|
|
$userModel = new User();
|
...
|
...
|
|