用户资产多角色
parent
a5437fba31
commit
20938a8627
|
@ -32,7 +32,7 @@
|
||||||
select *from connector
|
select *from connector
|
||||||
<where>
|
<where>
|
||||||
<if test="connectorName!=null and connectorName!='' ">
|
<if test="connectorName!=null and connectorName!='' ">
|
||||||
and connector_name like concat('%',#{connectorName},'%')
|
and connector_name like '%${connectorName}%'
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue