自动化立体仓库 - WMS系统
1
zhang
18 小时以前 2ee6aabfa6a557939dfae393c4881b8b5b9ea270
src/main/resources/mapper/LocDetlMapper.xml
@@ -448,6 +448,6 @@
    </update>
    <update id="updateQualifiedByBrand">
        update asr_loc_detl set three_code = #{qualified} where brand = #{brand}
        update asr_loc_detl set three_code = #{qualified} where brand = #{brand} and supp = #{supp}
    </update>
</mapper>