From 12578868f825d712fa81cc91bac6382369616956 Mon Sep 17 00:00:00 2001 From: zhangzhiqiang Date: Mon, 27 Feb 2023 08:32:09 +0800 Subject: [PATCH] =?UTF-8?q?add:=E7=B2=89=E6=96=99=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=B7=BB=E5=8A=A03=E4=B8=AA=E5=AF=BC=E5=87=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/StatisticalReportServiceImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/statistics/service/impl/StatisticalReportServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/statistics/service/impl/StatisticalReportServiceImpl.java index 097bbe8b..03c799a8 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/statistics/service/impl/StatisticalReportServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/statistics/service/impl/StatisticalReportServiceImpl.java @@ -350,10 +350,11 @@ public class StatisticalReportServiceImpl implements StatisticalReportService { // JSONObject num_jo = null; - JSONObject num_jo = null; + JSONObject num_jo = WQL.getWO("QL_ERP").addParamMap(map).setDbname("dataSource1").process().uniqueResult(0); - //合同在途 + + //合同在途 double notqty = 0; if (ObjectUtil.isNotEmpty(num_jo)) { notqty = num_jo.getDoubleValue("notqty");