API页面类型分类

master
chaiyapeng 2024-09-03 22:25:28 +08:00
parent 55894dcd37
commit 832e719348
1 changed files with 1 additions and 1 deletions

View File

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