From fb4f2c9223a17aaefaa27a59d1d2b61460157c7d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 25 六月 2026 11:22:08 +0800
Subject: [PATCH] fix: 库存修改为大类展示

---
 src/main/resources/mapper/system/SysUserMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/system/SysUserMapper.xml b/src/main/resources/mapper/system/SysUserMapper.xml
index e4f818a..aa29fae 100644
--- a/src/main/resources/mapper/system/SysUserMapper.xml
+++ b/src/main/resources/mapper/system/SysUserMapper.xml
@@ -153,7 +153,7 @@
 	<select id="checkEmailUnique" parameterType="String" resultMap="SysUserResult">
 		select user_id, email from sys_user where email = #{email} and del_flag = '0' limit 1
 	</select>
-	<select id="selectUserByIds" resultType="com.ruoyi.project.system.domain.SysUser">
+	<select id="selectUserByIds" resultMap="SysUserResult">
 		<include refid="selectUserVo"/>
 		where u.user_id in <foreach collection="userIds" item="item" open="(" separator="," close=")">
  			#{item}

--
Gitblit v1.9.3