正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -47,6 +47,7 @@ class GeoQuestionResLogic extends BaseLogic | @@ -47,6 +47,7 @@ class GeoQuestionResLogic extends BaseLogic | ||
| 47 | * @time :2025/7/4 9:48 | 47 | * @time :2025/7/4 9:48 |
| 48 | */ | 48 | */ |
| 49 | public function getResultList($map = [],$page = 1,$row = 20,$order = 'created_at',$sort){ | 49 | public function getResultList($map = [],$page = 1,$row = 20,$order = 'created_at',$sort){ |
| 50 | + unset($map['sort']); | ||
| 50 | $map['project_id'] = $this->user['project_id']; | 51 | $map['project_id'] = $this->user['project_id']; |
| 51 | $filed = ['id','project_id','question_id','platform','is_match','question','en_question','keywords','url','label','cosine','created_at','updated_at']; | 52 | $filed = ['id','project_id','question_id','platform','is_match','question','en_question','keywords','url','label','cosine','created_at','updated_at']; |
| 52 | if(!empty($map['created_at'])){ | 53 | if(!empty($map['created_at'])){ |
-
请 注册 或 登录 后发表评论