作者 lyh

GXgeo设置

@@ -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 }