正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -81,7 +81,7 @@ class WebSettingLogic extends BaseLogic | @@ -81,7 +81,7 @@ class WebSettingLogic extends BaseLogic | ||
| 81 | $routeMapModel = new RouteMap(); | 81 | $routeMapModel = new RouteMap(); |
| 82 | $count = $routeMapModel->formatQuery(['project_id'=>$this->user['project_id'],'source'=>['!=','product_keyword']])->count(); | 82 | $count = $routeMapModel->formatQuery(['project_id'=>$this->user['project_id'],'source'=>['!=','product_keyword']])->count(); |
| 83 | } | 83 | } |
| 84 | - $this->addProgress($count); | 84 | + $this->addProgress($count,$type); |
| 85 | $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); | 85 | $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); |
| 86 | $urlStr = $this->getString(); | 86 | $urlStr = $this->getString(); |
| 87 | http_get($urlStr,["charset = UTF-8"]); | 87 | http_get($urlStr,["charset = UTF-8"]); |
-
请 注册 或 登录 后发表评论