作者 李宇航

合并分支 'lyh-server' 到 'master'

GXgeo设置



查看合并请求 !2329
... ... @@ -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;
... ...