作者 李宇航

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

Lyh server



查看合并请求 !2816
@@ -77,6 +77,10 @@ class GeoQuestionResLogic extends BaseLogic @@ -77,6 +77,10 @@ class GeoQuestionResLogic extends BaseLogic
77 * @time :2025/7/4 10:19 77 * @time :2025/7/4 10:19
78 */ 78 */
79 public function getResultInfo(){ 79 public function getResultInfo(){
  80 + if(isset($this->param['model'])){//查询记录表
  81 + $this->model = new GeoQuestionLog();
  82 + unset($this->param['model']);
  83 + }
80 $data = $this->model->read($this->param); 84 $data = $this->model->read($this->param);
81 return $this->success($data); 85 return $this->success($data);
82 } 86 }