用户资产多角色

master
chaiyapeng 2024-09-03 16:27:18 +08:00
parent a5437fba31
commit 20938a8627
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
select *from connector
<where>
<if test="connectorName!=null and connectorName!='' ">
and connector_name like concat('%',#{connectorName},'%')
and connector_name like '%${connectorName}%'
</if>
</where>
</select>