用户资产多角色
parent
8e0ded0a60
commit
a5437fba31
|
@ -31,7 +31,6 @@
|
|||
<select id="findApiList" resultType="com.muyu.domain.Connector">
|
||||
select *from connector
|
||||
<where>
|
||||
connector_status=1
|
||||
<if test="connectorName!=null and connectorName!='' ">
|
||||
and connector_name like concat('%',#{connectorName},'%')
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue