From df236b578cbe24518ddd541efa195857b913c37f Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Tue, 25 Oct 2022 09:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=A5=BC=E5=9B=BE=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E3=80=90=E5=85=B6=E5=AE=83=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epdc/modules/item/service/impl/ItemServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/item/service/impl/ItemServiceImpl.java b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/item/service/impl/ItemServiceImpl.java index ef51a718d..442315abf 100755 --- a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/item/service/impl/ItemServiceImpl.java +++ b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/item/service/impl/ItemServiceImpl.java @@ -3933,10 +3933,10 @@ public class ItemServiceImpl extends BaseServiceImpl implem } } - // 定义【其他】 + // 定义【其它】 CategoryAnalysisPieResultDTO elseCategory = new CategoryAnalysisPieResultDTO(); - elseCategory.setCode("其他"); - elseCategory.setName("其他"); + elseCategory.setCode("其它"); + elseCategory.setName("其它"); elseCategory.setValue(elseValue.toString()); resultList.add(elseCategory);