From d410d31d3f76284c19a759a28c9c3d33760b75da Mon Sep 17 00:00:00 2001 From: "castle.zang" Date: Mon, 23 Dec 2024 17:29:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug=2044242=20=20PCN:=E8=A3=85=E7=AE=B1?= =?UTF-8?q?=E9=98=B2=E9=94=99=EF=BC=8C=E5=B7=B2=E7=BB=8F=E5=85=B3=E7=AE=B1?= =?UTF-8?q?=E7=9A=84=E7=AE=B1=E6=9D=A1=E7=A0=81=EF=BC=8C=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=89=AB=E6=8F=8F=EF=BC=8C=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E9=87=8D=E7=BD=AE=EF=BC=8C=E5=8F=AF=E4=BB=A5=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E4=B8=8B=E4=B8=80=E4=B8=AA=E9=9C=80=E8=A6=81=E8=A3=85?= =?UTF-8?q?=E7=AE=B1=E7=9A=84=E6=9D=A1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes/pcn/apiservice/serviceimpl/busi/MesPartShippingGroupService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/MesPartShippingGroupService.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/MesPartShippingGroupService.java index 2b77a60..7c74412 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/MesPartShippingGroupService.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/MesPartShippingGroupService.java @@ -85,6 +85,7 @@ public class MesPartShippingGroupService implements IMesPartShippingGroupService model.setPartkitName(cheryOrder.getPartkitName()); model.setDeliverySendSequence(cheryOrder.getDeliverySendSequence()); model.setReceiveDockName(cheryOrder.getReceiveDockNo()+"--"+cheryOrder.getReceiveDockName()); + model.setLastRecRequireTime(cheryOrder.getLastRecRequireTime()); //根据cheryOrder的workshopNo获取对应的车间名称 String workshopName = getWorkshopName(cheryOrder.getOrganizeCode(), cheryOrder.getWorkshopNo()); model.setWorkShop(workshopName);