作者 lyh

GXgeo设置

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