野心家
2023-05-25 908e6d98a51ee5d0f219180625140012b845b8c1
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -131,7 +131,7 @@
//                // 入出库模式判断
//                if ( inSta.getStaNo()==180 && devpThread.ioMode != IoModeType.PAKIN_MODE) { continue; }
                staProtocol.setPakMk(true);
                // 判断是否满足入库条件
                if (staProtocol.isAutoing() && staProtocol.isLoading()
                        && staProtocol.isInEnable()
@@ -165,7 +165,8 @@
//                    }
                    try {
                        String pack=barcode.substring(6);//pack码
                        //String pack=barcode.substring(6);//pack码
                        String pack="MJY0136 0200";
                        barcode=barcode.substring(0,6);//托盘码
                        LocTypeDto locTypeDto = new LocTypeDto(staProtocol);
                        locTypeDto.setLocType1((short)1);