|
...
|
...
|
@@ -216,7 +216,6 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
if($bSettingInfo === false){
|
|
|
|
$this->fail('请先选择模版');
|
|
|
|
}
|
|
|
|
|
|
|
|
$handleInfo = $this->handleResultParam($html);
|
|
|
|
if(!isset($this->param['template_status'])){//代表直接替换模版 不更新头部底部
|
|
|
|
$this->saveTemplateCom($handleInfo,$bSettingInfo['template_id']);
|
...
|
...
|
|