作者 李宇航

合并分支 'lyh-server' 到 'master'

GXgeo设置



查看合并请求 !2312
... ... @@ -248,8 +248,10 @@ class CustomModuleContentLogic extends BaseLogic
{
//生成一条删除路由记录
$info = $this->model->read(['id' => $id], ['id', 'route']);
$this->addUpdateNotify(RouteMap::SOURCE_MODULE,$route);
$this->curlDelRoute(['old_route'=>$info['route'],'new_route'=>$route]);
if($info !== false){
$this->addUpdateNotify(RouteMap::SOURCE_MODULE,$route);
$this->curlDelRoute(['old_route'=>$info['route'],'new_route'=>$route]);
}
return true;
}
... ...