From 38505842d98c83c05151c9a5ec9cf71198c90281 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 05 七月 2024 09:39:56 +0800 Subject: [PATCH] 会议时间bug+乐观锁版本 --- 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