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