正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -162,7 +162,7 @@ class HtmlLanguageSpecialCollect extends Command | @@ -162,7 +162,7 @@ class HtmlLanguageSpecialCollect extends Command | ||
| 162 | //设置数据库 | 162 | //设置数据库 |
| 163 | $project = ProjectServer::useProject($update_log->project_id); | 163 | $project = ProjectServer::useProject($update_log->project_id); |
| 164 | if ($project) { | 164 | if ($project) { |
| 165 | - $collect_list = CollectTask::select(['id', 'project_id'])->where('project_id', $update_log['project_id'])->where('source', $source)->where('language', '!=', '')->where('status', CollectTask::STATUS_UN)->orderBy('id', 'asc')->limit(500)->get(); | 165 | + $collect_list = CollectTask::select(['id', 'project_id'])->where('project_id', $update_log['project_id'])->where('source', $source)->where('language', '!=', '')->where('status', CollectTask::STATUS_UN)->orderBy('id', 'asc')->limit(50)->get(); |
| 166 | 166 | ||
| 167 | if ($collect_list->count() == 0) { | 167 | if ($collect_list->count() == 0) { |
| 168 | $complete = true; | 168 | $complete = true; |
-
请 注册 或 登录 后发表评论