API页面类型分类

master
chaiyapeng 2024-09-04 15:57:48 +08:00
parent 19b6359db2
commit 49993bdc4b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<if test="userName!=null and userName!='' "> <if test="userName!=null and userName!='' ">
and sys_user.user_name like '%${userName}%' and sys_user.user_name like '%${userName}%'
</if> </if>
<if test="connectorName!=null and connector_name!='' "> <if test="connectorName!=null and connectorName!='' ">
and connector.connector_name like '%${connectorName}%' and connector.connector_name like '%${connectorName}%'
</if> </if>
</where> </where>