作者 lyh

GXgeo设置

... ... @@ -50,7 +50,6 @@ 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;
... ...