合并分支 'lyh-server' 到 'master'
Lyh server 查看合并请求 !2816
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论