diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java index a796a39..2468572 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java @@ -55,6 +55,8 @@ public class JxPrintPackageAndSpotTicketService extends SxPrintDispatchService i } Map resultMap = new HashMap<>(); + resultMap.put(MesPcnExtConstWords.ORDER_NO, pack.getLastWorkOrderNo()); + resultMap.put(MesPcnExtConstWords.PART_NO, pack.getPartNo()); resultMap.put(MesPcnExtConstWords.PART_NAME, pack.getPartNameRdd());