自动化立体仓库 - WCS系统
*
lsh
2025-04-02 fe290ffdab040a524e59c35ed610b47e33903d7d
*
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/ApiConfigMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | 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>