From c2d93cf08e325c98e55b08c8702fdd16fbe66d41 Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Mon, 14 Oct 2024 15:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=EF=BC=88=E5=B8=82=EF=BC=89=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E9=BB=98=E8=AE=A4=E4=B8=BA=E2=80=9C=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E6=BB=A1=E6=84=8F=E2=80=9D=E5=92=8C=E2=80=9C=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E2=80=9D?= 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 5ae4c5c46..5f53cb264 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 @@ -5116,8 +5116,8 @@ public class ItemServiceImpl extends BaseServiceImpl implem //首次放入缓存取出的数据先走评价 //3-1.没有评价的赋默认评价值 if (null == entity.getEvaluationScore() || null == entity.getEvaluationTime()) { - entity.setEvaluationScore(2); - entity.setEvaluationContent("满意"); + entity.setEvaluationScore(1); + entity.setEvaluationContent("基本满意"); entity.setEvaluationTime(new Date()); //2023-04新增 解决情况01 解决 02 基本解决 03 未解决 entity.setSolutionInfo("02"); @@ -5841,7 +5841,7 @@ public class ItemServiceImpl extends BaseServiceImpl implem item.setItemState(ItemHandleCategoryEnum.HANDLE_CLOSING_CASE.getValue()); //未评价的赋值默认评价结果为满意 if (null == item.getEvaluationScore()) { - item.setEvaluationScore(2); + item.setEvaluationScore(1); //item.setEvaluationContent(); item.setEvaluationTime(new Date()); //2023-04新增 解决情况01 解决 02 基本解决 03 未解决