API页面类型分类
parent
19b6359db2
commit
49993bdc4b
|
@ -29,7 +29,7 @@
|
|||
<if test="userName!=null and userName!='' ">
|
||||
and sys_user.user_name like '%${userName}%'
|
||||
</if>
|
||||
<if test="connectorName!=null and connector_name!='' ">
|
||||
<if test="connectorName!=null and connectorName!='' ">
|
||||
and connector.connector_name like '%${connectorName}%'
|
||||
</if>
|
||||
</where>
|
||||
|
|
Loading…
Reference in New Issue