#
tqs
2022-10-08 5dd3bbf61f24c42a3df69e98fff8948351c7b2f4
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -103,7 +103,7 @@
        for (DevpSlave devp : slaveProperties.getDevp()) {
            // 遍历入库口
            for (DevpSlave.Sta inSta : devp.getInSta()) {
//                inSta.setStaNo(102);
                inSta.setStaNo(102);
                // 获取条码扫描仪信息
                BarcodeThread barcodeThread = (BarcodeThread) SlaveConnection.get(SlaveType.Barcode, inSta.getBarcode());
                if (barcodeThread == null) {
@@ -167,7 +167,7 @@
                    try {
                        LocTypeDto locTypeDto = new LocTypeDto(staProtocol);
//                        locTypeDto.setLocType1((short)1);
                        locTypeDto.setLocType1((short)1);
                        SearchLocParam param = new SearchLocParam();
                        param.setBarcode(barcode);
                        param.setIoType(1);