From bc9ddc502bdb8f464faaced812db858b8af5d06c Mon Sep 17 00:00:00 2001 From: "jhforever.wang@estsh.com" Date: Tue, 22 Apr 2025 21:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=2046215=20PCN=EF=BC=9A=E5=8F=91=E8=BF=90?= =?UTF-8?q?=E9=98=B2=E9=94=99=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA=E5=90=8E?= =?UTF-8?q?=E7=BB=AD=E5=BE=85=E5=8F=91=E8=BF=90=E5=8D=95=E5=8F=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pcn/apiservice/controller/busi/MesSortShippingCheckController.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/controller/busi/MesSortShippingCheckController.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/busi/MesSortShippingCheckController.java index 4e3ae81..001fcd1 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/busi/MesSortShippingCheckController.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/busi/MesSortShippingCheckController.java @@ -75,6 +75,7 @@ public class MesSortShippingCheckController { ConvertBean.serviceModelUpdate(shippingOrderManagement, userInfo); long start = System.currentTimeMillis(); MesSortShippingCheckModel model = sortShippingCheckService.doShippingOrderNoQuery(shippingOrderManagement); + //待发运列表 model = sortShippingCheckService.getSortShippingQueueList(model); long end = System.currentTimeMillis(); scanLogUtil.info("扫描发运单执行结束", end - start);