From 111d8844f966a328be43a809aca07a2ad28767bc Mon Sep 17 00:00:00 2001 From: zds <2388969634@qq.com> Date: Thu, 24 Nov 2022 12:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistics/service/impl/StatisticalReportServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 32f53da4..1cc6e866 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 @@ -203,7 +203,7 @@ public class StatisticalReportServiceImpl implements StatisticalReportService { double noin_qty = 0; List noinJoInfo = noinJoMap.get(material_id); if (ObjectUtil.isNotEmpty(noinJoInfo)) { - bom_qty = ((JSONObject) noinJoInfo.get(0)).getDoubleValue("noin_qty"); + noin_qty = ((JSONObject) noinJoInfo.get(0)).getDoubleValue("noin_qty"); } jo4.put(material_id, String.format("%.2f", noin_qty));