作者 lyh

gx

@@ -113,7 +113,6 @@ class BTemplateLogic extends BaseLogic @@ -113,7 +113,6 @@ class BTemplateLogic extends BaseLogic
113 //字符串截取 113 //字符串截取
114 $this->StringProcessing(); 114 $this->StringProcessing();
115 $this->param['project_id'] = $this->user['project_id']; 115 $this->param['project_id'] = $this->user['project_id'];
116 - //获取当前模版详情  
117 //获取模板详情 116 //获取模板详情
118 $ATemplateModel = new Template(); 117 $ATemplateModel = new Template();
119 $TemplateInfo = $ATemplateModel->read(['id'=>$this->param['template_id']]); 118 $TemplateInfo = $ATemplateModel->read(['id'=>$this->param['template_id']]);