自动化立体仓库 - WMS系统
zwl
2 天以前 1b31d14e361c01fcd4e5c2dcfe0b6fb3a63c92fc
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>