用户资产多角色
parent
e476502c5b
commit
77171448eb
|
@ -35,6 +35,9 @@
|
|||
<if test="connectorName!=null and connectorName!='' ">
|
||||
and connector_name like '%${connectorName}%'
|
||||
</if>
|
||||
<if test="connectorSort!=null and connectorSort!='' ">
|
||||
and connector_sort=#{connectorSort}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
<select id="userId" resultType="com.muyu.domain.SysUser">
|
||||
|
|
Loading…
Reference in New Issue