作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -121,6 +121,7 @@ class BTemplateLogic extends BaseLogic
$rs = $this->model->add($this->param);
}else{
$this->StringProcessing();
$this->templateSaveParam($this->param['template_id']);
$rs = $this->model->edit($this->param,['id'=>$info['id']]);
}
if($rs === false){
... ...