合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !2935
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -63,7 +63,7 @@ class GeoQuestionRes extends Command | @@ -63,7 +63,7 @@ class GeoQuestionRes extends Command | ||
| 63 | $geoQuestionModel->edit(['status'=>$geoQuestionModel::STATUS_CLOSE],['id'=>$task_id]); | 63 | $geoQuestionModel->edit(['status'=>$geoQuestionModel::STATUS_CLOSE],['id'=>$task_id]); |
| 64 | continue; | 64 | continue; |
| 65 | } | 65 | } |
| 66 | - if(empty($taskInfo['question']) || ($taskInfo['project_id'] != 4533) || (empty($taskInfo['keywords']) && empty($taskInfo['url']) && empty($taskInfo['expect_result']))){ | 66 | + if(empty($taskInfo['question']) || (empty($taskInfo['keywords']) && empty($taskInfo['url']) && empty($taskInfo['expect_result']))){ |
| 67 | $this->output('task id: ' . $task_id . ', error: 任务数据缺失, continue!'); | 67 | $this->output('task id: ' . $task_id . ', error: 任务数据缺失, continue!'); |
| 68 | $geoQuestionModel->edit(['status'=>$geoQuestionModel::STATUS_CLOSE],['id'=>$task_id]); | 68 | $geoQuestionModel->edit(['status'=>$geoQuestionModel::STATUS_CLOSE],['id'=>$task_id]); |
| 69 | continue; | 69 | continue; |
-
请 注册 或 登录 后发表评论