用户资产多角色
parent
758cb99c78
commit
e476502c5b
|
@ -23,7 +23,6 @@
|
|||
LEFT JOIN sys_user ON connector_user.user_id = sys_user.user_id
|
||||
LEFT JOIN connector ON connector_user.connector_id = connector.connector_id
|
||||
<where>
|
||||
|
||||
<if test="remark!='管理员' ">
|
||||
and sys_user.user_id=#{userId}
|
||||
</if>
|
||||
|
@ -32,6 +31,7 @@
|
|||
<select id="findApiList" resultType="com.muyu.domain.Connector">
|
||||
select *from connector
|
||||
<where>
|
||||
connector_status=1
|
||||
<if test="connectorName!=null and connectorName!='' ">
|
||||
and connector_name like '%${connectorName}%'
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue