正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -367,6 +367,9 @@ class BTemplateLogic extends BaseLogic | @@ -367,6 +367,9 @@ class BTemplateLogic extends BaseLogic | ||
| 367 | 'type'=>$type, | 367 | 'type'=>$type, |
| 368 | 'is_custom'=>0, | 368 | 'is_custom'=>0, |
| 369 | ]; | 369 | ]; |
| 370 | + if($this->user['project_id'] == 427){ | ||
| 371 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND); | ||
| 372 | + } | ||
| 370 | $commonTemplateModel = new BTemplateCommon(); | 373 | $commonTemplateModel = new BTemplateCommon(); |
| 371 | $commonInfo = $commonTemplateModel->read($data); | 374 | $commonInfo = $commonTemplateModel->read($data); |
| 372 | if($commonInfo === false){ | 375 | if($commonInfo === false){ |
-
请 注册 或 登录 后发表评论