正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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']]); |
-
请 注册 或 登录 后发表评论