|
...
|
...
|
@@ -43,7 +43,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
* @time :2025/7/4 9:48
|
|
|
|
*/
|
|
|
|
public function getResultList($map = [],$page = 1,$row = 20){
|
|
|
|
$filed = ['id','project_id','question_id','platform','question','keywords','url','created_at','updated_at'];
|
|
|
|
$filed = ['id','project_id','question_id','platform','question','en_question','keywords','url','created_at','updated_at'];
|
|
|
|
$query = $this->model->formatQuery($map);
|
|
|
|
$query = $query->where(function ($q) {
|
|
|
|
$q->whereRaw('JSON_LENGTH(keywords) > 0')
|
...
|
...
|
|