|
...
|
...
|
@@ -367,6 +367,9 @@ class BTemplateLogic extends BaseLogic |
|
|
|
'type'=>$type,
|
|
|
|
'is_custom'=>0,
|
|
|
|
];
|
|
|
|
if($this->user['project_id'] == 427){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
}
|
|
|
|
$commonTemplateModel = new BTemplateCommon();
|
|
|
|
$commonInfo = $commonTemplateModel->read($data);
|
|
|
|
if($commonInfo === false){
|
...
|
...
|
|