自动化立体仓库 - WMS系统
#
whycq
2023-06-25 99166d8853e9a7c1837393005f1cb1e9c7ab5361
#
1个文件已修改
1个文件已添加
5 ■■■■ 已修改文件
src/main/resources/appVersion/lock 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/AppVersionMapper.xml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/appVersion/lock
src/main/resources/mapper/AppVersionMapper.xml
@@ -14,10 +14,7 @@
    <select id="getLatestApp" resultMap="BaseResultMap">
        select top 1 * from asr_app_version
        where 1 = 1
        <if test="type != null || type != ''">
            type = #{type} and latest = 1
        </if>
        where type = #{type} and latest = 1
    </select>
    <update id="updateLatest">