feat:查询用户信息
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user