From 158e17ae09c95c886156eb3ee2a5426871fd6ede Mon Sep 17 00:00:00 2001 From: liuxy Date: Tue, 2 Aug 2022 16:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nl/wms/pcs/service/impl/ProductplanSumServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/ProductplanSumServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/ProductplanSumServiceImpl.java index 4f12835d..77155aca 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/ProductplanSumServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/ProductplanSumServiceImpl.java @@ -340,9 +340,9 @@ public class ProductplanSumServiceImpl implements ProductplanSumService { map.put("material_code", material_code); //汇总查询 JSONArray allArr = WQL.getWO("QPCS_IF_PRODUCTPLANSUM02").addParamMap(map).process().getResultJSONArray(0); - if (ObjectUtil.isEmpty(allArr)) { - throw new BadRequestException("没有数据"); - } +// if (ObjectUtil.isEmpty(allArr)) { +// throw new BadRequestException("没有数据"); +// } JSONArray resultArr = new JSONArray(); HashMap resultMap = new HashMap<>(); for (int i = 0; i < allArr.size(); i++) {