自动化立体仓库 - WMS系统
1
zhang
15 小时以前 74b35955ebfd42f8a9b31f56a3a9ac5181c96443
src/main/resources/mapper/LocDetlMapper.xml
@@ -447,5 +447,7 @@
        update asr_loc_detl set three_code = #{qualified} where model = #{rollNo}
    </update>
    <update id="updateQualifiedByBrand">
        update asr_loc_detl set three_code = #{qualified} where brand = #{brand}
    </update>
</mapper>