正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -43,7 +43,7 @@ class GeoQuestionResLogic extends BaseLogic | @@ -43,7 +43,7 @@ class GeoQuestionResLogic extends BaseLogic | ||
| 43 | * @time :2025/7/4 9:48 | 43 | * @time :2025/7/4 9:48 |
| 44 | */ | 44 | */ |
| 45 | public function getResultList($map = [],$page = 1,$row = 20){ | 45 | public function getResultList($map = [],$page = 1,$row = 20){ |
| 46 | - $filed = ['id','project_id','question_id','platform','question','keywords','url','created_at','updated_at']; | 46 | + $filed = ['id','project_id','question_id','platform','question','en_question','keywords','url','created_at','updated_at']; |
| 47 | $query = $this->model->formatQuery($map); | 47 | $query = $this->model->formatQuery($map); |
| 48 | $query = $query->where(function ($q) { | 48 | $query = $query->where(function ($q) { |
| 49 | $q->whereRaw('JSON_LENGTH(keywords) > 0') | 49 | $q->whereRaw('JSON_LENGTH(keywords) > 0') |
-
请 注册 或 登录 后发表评论