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>