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