正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -72,6 +72,9 @@ class BTemplateLogic extends BaseLogic | @@ -72,6 +72,9 @@ class BTemplateLogic extends BaseLogic | ||
| 72 | 'project_id'=>$this->user['project_id'], 'source_id'=>$this->param['source_id'], | 72 | 'project_id'=>$this->user['project_id'], 'source_id'=>$this->param['source_id'], |
| 73 | 'is_custom'=>$is_custom, 'is_list'=>$is_list | 73 | 'is_custom'=>$is_custom, 'is_list'=>$is_list |
| 74 | ]); | 74 | ]); |
| 75 | + if($this->user['project_id'] == 214){ | ||
| 76 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($templateInfo, true) . PHP_EOL, FILE_APPEND); | ||
| 77 | + } | ||
| 75 | if($templateInfo === false){ | 78 | if($templateInfo === false){ |
| 76 | if($this->user['is_customized'] == BTemplate::IS_VISUALIZATION){//处理定制页面初始数据 | 79 | if($this->user['is_customized'] == BTemplate::IS_VISUALIZATION){//处理定制页面初始数据 |
| 77 | $html = $this->isCustomizedPage($this->param['source'],$is_list);//获取定制页面的html | 80 | $html = $this->isCustomizedPage($this->param['source'],$is_list);//获取定制页面的html |
-
请 注册 或 登录 后发表评论