src/main/resources/mapper/ApiConfigMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/ApiConfigMapper.xml
@@ -17,8 +17,8 @@ <select id="selectByUrl" resultMap="BaseResultMap"> select top 1 * from "SOURCE"."wcs_api_config" where "URL" = #{url} order by "CREATE_TIME" desc where "url" = #{url} order by "create_time" desc </select> </mapper>