*
lsh
2025-11-06 013c2ef0869f8599ac71444d256a70271bc5171d
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>