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