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