Add tool management api
This commit is contained in:
@@ -175,6 +175,10 @@
|
||||
#{item}
|
||||
</foreach>
|
||||
</where>
|
||||
<foreach collection="userIds" item="item" index="index" open="order by field(t_s_user.id," separator=","
|
||||
close=")" nullable="true">
|
||||
#{item}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<select id="selectOneWithRoleInfoById" resultMap="userWithRoleInfoMap">
|
||||
|
||||
Reference in New Issue
Block a user