API页面类型分类

master
chaiyapeng 2024-09-04 15:04:59 +08:00
parent 9af7ad00ae
commit 45c0630321
1 changed files with 7 additions and 0 deletions

View File

@ -26,7 +26,14 @@
<if test="remark!='管理员' ">
and sys_user.user_id=#{userId}
</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>
order by sys_user.user_name desc
</select>
<select id="findApiList" resultType="com.muyu.domain.Connector">