自动化立体仓库 - WMS系统
#
1
2026-01-12 ab6435ed8f14aa1eb4bc17b5eaf59fb2bdb994f7
src/main/resources/mapper/BasAgvLocDetlMapper.xml
@@ -127,4 +127,9 @@
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </select>
    <update id="updateLocNo">
        update asr_bas_agv_loc_detl
        set loc_no = #{newLocNo}, modi_time=getDate()
        where loc_no = #{oldLocNo}
    </update>
</mapper>