Add tool management api

This commit is contained in:
2024-02-02 17:43:09 +08:00
parent 13d8ba8e78
commit 9692550198
19 changed files with 557 additions and 188 deletions

View File

@@ -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">