自动化立体仓库 - WMS系统
1
Administrator
昨天 8adf76d9ef65ae7aa1115cd66507f79d221fdc9d
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -49,9 +49,9 @@
    // 二楼堆垛机对应入库站点
    private static final int[] secondFloorIn = new int[]{0, 2061, 2064, 2067, 2070, 2073, 2076};
    // 堆垛机对应一楼出库站点
    private static final int[] secondFloorOut = new int[]{0, 3002, 3003, 3006, 3008, 3009, 3012};
    private static final int[] secondFloorOut = new int[]{0, 3002, 3003, 3006, 3008, 3009, 3011};
    // 堆垛机对应一楼入库站点
    private static final int[] oneFloorIn = new int[]{0, 3001, 3004, 3005, 3007, 3010, 3011};
    private static final int[] oneFloorIn = new int[]{0, 3001, 3004, 3005, 3007, 3010, 3012};
    @Autowired