From a1c0b5c850c91c97c613d28aeb367e4e1f1ef0de Mon Sep 17 00:00:00 2001 From: gaorl Date: Mon, 1 May 2023 21:56:02 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E5=8D=95=E4=BD=8D=E6=8D=A2?= =?UTF-8?q?=E7=AE=97=E5=8E=BB=E6=8E=89=E4=BB=A5=E7=A8=8E=E5=8F=B7=E4=B8=BA?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitconversion/service/impl/UnitConversionServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/unitconversion/service/impl/UnitConversionServiceImpl.java b/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/unitconversion/service/impl/UnitConversionServiceImpl.java index 1abb1bac..6c52679d 100644 --- a/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/unitconversion/service/impl/UnitConversionServiceImpl.java +++ b/order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/unitconversion/service/impl/UnitConversionServiceImpl.java @@ -66,7 +66,7 @@ public class UnitConversionServiceImpl implements UnitConversionService { log.error(LOGGER_MSG + "查询物料分类编码异常", e); throw new RuntimeException(e); } - + query.setXhfNsrsbh(null); List result = unitConversionDao.queryAll(query); PageInfo pageInfo = new PageInfo<>(result); return new PageUtils(pageInfo.getList(), (int) pageInfo.getTotal(), pageInfo.getPageSize(), pageInfo.getPageNum());