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