野心家
2023-05-27 a5629ea57dbdc0219af11caff3c0b316c84041d3
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 0300";
                        barcode=barcode.substring(0,6);//托盘码
                        LocTypeDto locTypeDto = new LocTypeDto(staProtocol);
                        locTypeDto.setLocType1((short)1);