用户资产多角色

master
chaiyapeng 2024-09-03 19:07:48 +08:00
parent e476502c5b
commit 77171448eb
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@
<if test="connectorName!=null and connectorName!='' "> <if test="connectorName!=null and connectorName!='' ">
and connector_name like '%${connectorName}%' and connector_name like '%${connectorName}%'
</if> </if>
<if test="connectorSort!=null and connectorSort!='' ">
and connector_sort=#{connectorSort}
</if>
</where> </where>
</select> </select>
<select id="userId" resultType="com.muyu.domain.SysUser"> <select id="userId" resultType="com.muyu.domain.SysUser">