自动化立体仓库 - WMS系统
lty
2026-01-12 f08dd93e49e8461f362c8f45f17fe10e0fbdebec
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>