|
...
|
...
|
@@ -29,7 +29,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
* @time :2025/7/4 9:48
|
|
|
|
*/
|
|
|
|
public function getResultList($map = [],$page = 1,$row = 20,$order = 'id'){
|
|
|
|
$filed = ['id','project_id','question_id','platform','question','keywords','url'];
|
|
|
|
$filed = ['id','project_id','question_id','platform','question','keywords','url','created_at','updated_at'];
|
|
|
|
$data = $this->model->lists($map,$page,$row,$order,$filed);
|
|
|
|
return $this->success($data);
|
|
|
|
}
|
...
|
...
|
|