正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -522,7 +522,7 @@ class RankDataLogic extends BaseLogic | @@ -522,7 +522,7 @@ class RankDataLogic extends BaseLogic | ||
| 522 | 522 | ||
| 523 | $model = ExternalLinksModel::where('project_id', $project_id)->first(); | 523 | $model = ExternalLinksModel::where('project_id', $project_id)->first(); |
| 524 | if ($model && $model->updated_date >= getThisWeekStarDate() && !$force) { | 524 | if ($model && $model->updated_date >= getThisWeekStarDate() && !$force) { |
| 525 | - continue; | 525 | + //continue; |
| 526 | } | 526 | } |
| 527 | if (!$model) { | 527 | if (!$model) { |
| 528 | $model = new ExternalLinksModel(); | 528 | $model = new ExternalLinksModel(); |
-
请 注册 或 登录 后发表评论