From 1210ff2e35f3048e085f7c7b1aa3dcd2dfaf3040 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 12 六月 2024 17:35:34 +0800 Subject: [PATCH] fix:成绩管理 --- src/main/resources/mapper/UserEventLogMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/UserEventLogMapper.xml b/src/main/resources/mapper/UserEventLogMapper.xml index 4c0cf7b..9da0df6 100644 --- a/src/main/resources/mapper/UserEventLogMapper.xml +++ b/src/main/resources/mapper/UserEventLogMapper.xml @@ -24,7 +24,7 @@ limit 10 </select> - <select id="page" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.vo.admin.user.UserEventPageRequestVO"> + <select id="page" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.domain.vo.admin.user.UserEventPageRequestVO"> select <include refid="Base_Column_List"/> from t_user_event_log -- Gitblit v1.8.0