作者 lyh

gx

@@ -116,7 +116,7 @@ class CustomTemplateLogic extends BaseLogic @@ -116,7 +116,7 @@ class CustomTemplateLogic extends BaseLogic
116 if($rs === false){ 116 if($rs === false){
117 $this->fail('系统错误,请联系管理'); 117 $this->fail('系统错误,请联系管理');
118 } 118 }
119 - $this->setTemplateLog($info,$bSettingInfo['template_id'],$html,$this->param['id']); 119 + $this->setTemplateLog($bSettingInfo['template_id'],$html,$this->param['id']);
120 //通知 120 //通知
121 $this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']); 121 $this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']);
122 $this->curlDelRoute(['route'=>$info['url'],'new_route'=>$info['url']]); 122 $this->curlDelRoute(['route'=>$info['url'],'new_route'=>$info['url']]);