|
...
|
...
|
@@ -522,7 +522,7 @@ class RankDataLogic extends BaseLogic |
|
|
|
|
|
|
|
$model = ExternalLinksModel::where('project_id', $project_id)->first();
|
|
|
|
if ($model && $model->updated_date >= getThisWeekStarDate() && !$force) {
|
|
|
|
continue;
|
|
|
|
//continue;
|
|
|
|
}
|
|
|
|
if (!$model) {
|
|
|
|
$model = new ExternalLinksModel();
|
...
|
...
|
|