用户资产多角色
parent
e476502c5b
commit
77171448eb
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue