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