API页面类型分类
parent
9af7ad00ae
commit
45c0630321
|
@ -26,7 +26,14 @@
|
||||||
<if test="remark!='管理员' ">
|
<if test="remark!='管理员' ">
|
||||||
and sys_user.user_id=#{userId}
|
and sys_user.user_id=#{userId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="userName!=null and userName!='' ">
|
||||||
|
and sys_user.user_name like '%${userName}%'
|
||||||
|
</if>
|
||||||
|
<if test="connectorName!=null and connector_name!='' ">
|
||||||
|
and connector.connector_name like '%${connectorName}%'
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by sys_user.user_name desc
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
<select id="findApiList" resultType="com.muyu.domain.Connector">
|
<select id="findApiList" resultType="com.muyu.domain.Connector">
|
||||||
|
|
Loading…
Reference in New Issue