自动化立体仓库 - WMS系统
Junjie
2024-05-31 c732023df8f25a038d22dd29033c04b562f837e2
src/main/resources/mapper/LocDetlMapper.xml
@@ -412,4 +412,12 @@
        and loc_no = #{locNo}
        and matnr = #{matnr}
    </update>
    <update id="updateNewMatnr">
        update asr_loc_detl
        set matnr = #{matnrNew}
          , modi_time = getdate()
        where 1=1
          and matnr = #{matnrOld}
    </update>
</mapper>