API页面类型分类
parent
55894dcd37
commit
832e719348
|
@ -36,7 +36,7 @@
|
|||
and connector_name like '%${connectorName}%'
|
||||
</if>
|
||||
<if test="connectorSort!=null and connectorSort!='' ">
|
||||
and connector_sort=#{connectorSort}
|
||||
and connector_sort = #{connectorSort}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue