添加用户过滤技能信息

This commit is contained in:
sh
2025-12-02 12:10:20 +08:00
parent bb53beb0ee
commit 06c7b86056

View File

@@ -27,6 +27,7 @@
<where> del_flag = '0'
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<if test="levels != null and levels != ''"> and levels = #{levels}</if>
<if test="userId != null and userId != ''"> and user_id = #{userId}</if>
</where>
</select>