作者 lyh

gx

@@ -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')