API页面类型分类
parent
19b6359db2
commit
49993bdc4b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue