作者 lyh

GXgeo设置

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