正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -29,7 +29,7 @@ class GeoQuestionResLogic extends BaseLogic | @@ -29,7 +29,7 @@ class GeoQuestionResLogic extends BaseLogic | ||
| 29 | * @time :2025/7/4 9:48 | 29 | * @time :2025/7/4 9:48 |
| 30 | */ | 30 | */ |
| 31 | public function getResultList($map = [],$page = 1,$row = 20,$order = 'id'){ | 31 | public function getResultList($map = [],$page = 1,$row = 20,$order = 'id'){ |
| 32 | - $filed = ['id','project_id','question_id','platform','question','keywords','url']; | 32 | + $filed = ['id','project_id','question_id','platform','question','keywords','url','created_at','updated_at']; |
| 33 | $data = $this->model->lists($map,$page,$row,$order,$filed); | 33 | $data = $this->model->lists($map,$page,$row,$order,$filed); |
| 34 | return $this->success($data); | 34 | return $this->success($data); |
| 35 | } | 35 | } |
-
请 注册 或 登录 后发表评论