自动化立体仓库 - WMS系统
zyx
2024-06-26 a83e1f15f9c6f232a264d8a8f7cdb3887bcdf1d8
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">