|
...
|
...
|
@@ -116,7 +116,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
//获取当前模版详情
|
|
|
|
//获取模板详情
|
|
|
|
$ATemplateModel = new Template();
|
|
|
|
$TemplateInfo = $ATemplateModel->read(['id'=>$info['template_id']]);
|
|
|
|
$TemplateInfo = $ATemplateModel->read(['id'=>$this->param['template_id']]);
|
|
|
|
//同步数据
|
|
|
|
$this->param['name'] = $TemplateInfo['name'];
|
|
|
|
$this->param['image'] = $TemplateInfo['image'];
|
...
|
...
|
|