作者 李宇航

合并分支 'lyh-server' 到 'master'

GXgeo设置



查看合并请求 !2280
... ... @@ -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);
}
... ...