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