|
...
|
...
|
@@ -50,6 +50,7 @@ class GeoQuestionRes extends Command |
|
|
|
if (empty($task)) {
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
dd($task);
|
|
|
|
$project = Project::select(['geo_status', 'geo_frequency'])->where(['id' => $task->project_id])->first();
|
|
|
|
if (empty($project->get_status)) {
|
|
|
|
$task->status = GeoQuestion::STATUS_CLOSE;
|
...
|
...
|
|