正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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; |
-
请 注册 或 登录 后发表评论