啊鑫
2025-02-13 f8811412e983fdc1d35a909c004c858fc3194636
src/main/java/com/gs/xky/service/XkyService.java
@@ -89,6 +89,8 @@
                deliveryNoticeService.saveDeliveryNotice(detail);
                List<BarcodeDeliveryNo> barcodeDeliveryNos = GetBarcodeInformation(deliveryNo.getDeliveryNo());
                barcodeInformationService.SaveBarcodeInformation(barcodeDeliveryNos, deliveryNo.getDeliveryNo());
                deliveryNoticeService.callPdaReceiptBtn("送货单签收[BTNOK[PL017[" + deliveryNo.getDeliveryNo(), "");
            } catch (IOException e) {
                throw new RuntimeException(e);
            }