作者 lyh

gx

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