*
lsh
2025-06-05 c99cbe6c0064deee3e57f1a751ff0717290ac621
src/main/resources/mapper/ApiConfigMapper.xml
@@ -17,10 +17,10 @@
    <sql id="batchSeq">
        <if test="id != null and id != 0">
            and a.ID = #{id}
            and ID = #{id}
        </if>
        <if test="url != null and url != ''">
            and a.URL = #{url}
            and URL = #{url}
        </if>
    </sql>