|
...
|
...
|
@@ -81,6 +81,9 @@ class WebSettingLogic extends BaseLogic |
|
|
|
$routeMapModel = new RouteMap();
|
|
|
|
$count = $routeMapModel->formatQuery(['project_id'=>$this->user['project_id'],'source'=>['!=','product_keyword']])->count();
|
|
|
|
}
|
|
|
|
if($count == 0){
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
$this->addProgress($count,$type);
|
|
|
|
$updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]);
|
|
|
|
$urlStr = $this->getString($type,$page);
|
...
|
...
|
|