作者 李宇航

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

Lyh server



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