cpT
2025-07-01 cce8b8793ca1466ca1330f3bd62e11ae6551261e
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>