|
...
|
...
|
@@ -81,7 +81,7 @@ class WebSettingLogic extends BaseLogic |
|
|
|
$routeMapModel = new RouteMap();
|
|
|
|
$count = $routeMapModel->formatQuery(['project_id'=>$this->user['project_id'],'source'=>['!=','product_keyword']])->count();
|
|
|
|
}
|
|
|
|
$this->addProgress($count);
|
|
|
|
$this->addProgress($count,$type);
|
|
|
|
$updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]);
|
|
|
|
$urlStr = $this->getString();
|
|
|
|
http_get($urlStr,["charset = UTF-8"]);
|
...
|
...
|
|