作者 lyh

gx

@@ -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){