|
...
|
...
|
@@ -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){
|
...
|
...
|
|