自动化立体仓库 - WMS系统
#
whycq
2024-01-05 6254aca8f1ad7c36b0c9875f99b195dda6edc92f
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">