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));