用户资产多角色

master
chaiyapeng 2024-09-03 16:22:44 +08:00
parent 8e0ded0a60
commit a5437fba31
1 changed files with 0 additions and 1 deletions

View File

@ -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>