From 1b610f9743e026c125fccbe0ffa07d794894b2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 9 May 2022 23:09:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E5=A4=9A?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erp/service/materialAttribute/MaterialAttributeService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-boot/src/main/java/com/jsh/erp/service/materialAttribute/MaterialAttributeService.java b/jshERP-boot/src/main/java/com/jsh/erp/service/materialAttribute/MaterialAttributeService.java index 8de07179..d80578a4 100644 --- a/jshERP-boot/src/main/java/com/jsh/erp/service/materialAttribute/MaterialAttributeService.java +++ b/jshERP-boot/src/main/java/com/jsh/erp/service/materialAttribute/MaterialAttributeService.java @@ -92,7 +92,7 @@ public class MaterialAttributeService { public Long countMaterialAttribute(String attributeField)throws Exception { Long result =null; try{ - result= materialAttributeMapperEx.countsByMaterialAttribute(attributeField); + result= 5L; }catch(Exception e){ JshException.readFail(logger, e); }