From 0800df1e422c8f7e5fee825410bfed8344ee3629 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 11 三月 2025 09:40:17 +0800 Subject: [PATCH] 检验下单:数据查看 --- ruoyi-system/src/main/resources/mapper/system/UserMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml index 6487371..f05881a 100644 --- a/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml @@ -60,4 +60,7 @@ left join custom c on u.company = c.id where u.id = #{userId} </select> + <select id="selectUserInfo" resultType="com.ruoyi.common.core.vo.SysUserVO"> + select * from user + </select> </mapper> -- Gitblit v1.9.3