feat:查询用户信息

This commit is contained in:
xiang
2025-09-02 23:08:19 +08:00
parent 77312d15a4
commit 84486e0ba8
16 changed files with 178 additions and 8 deletions

View File

@@ -171,7 +171,7 @@
select <include refid="Base_Column_List"/>
from x_permission
where id in
<foreach collection="list" item="id" open="(" close=")" separator=",">
<foreach collection="ids" item="id" open="(" close=")" separator=",">
#{id}
</foreach>
</select>