cpT
2025-06-19 c1ef2d1fc4c0dae2bc8452924dcd77a0ff3a1ef5
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>