From 17e985bb7573a9f679a8a070bd318910a103b9c7 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Mon, 1 Feb 2021 10:26:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?custom=E6=97=A5=E5=BF=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/logback-spring.xml b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/logback-spring.xml index 7b59e177..a8747743 100644 --- a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/logback-spring.xml +++ b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/logback-spring.xml @@ -133,14 +133,7 @@ - - - - - - - - + @@ -151,10 +144,10 @@ - - - - + + + + From d59749e95afc55dba2537cfbbb08f91a8e061d6e Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Mon, 1 Feb 2021 11:08:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A1=BA=E9=81=93=E6=8D=8Ebug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../esua/epdc/modules/sds/service/impl/SdsInfoServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/sds/service/impl/SdsInfoServiceImpl.java b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/sds/service/impl/SdsInfoServiceImpl.java index 4e954c16..9c85d988 100644 --- a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/sds/service/impl/SdsInfoServiceImpl.java +++ b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/sds/service/impl/SdsInfoServiceImpl.java @@ -164,6 +164,9 @@ public class SdsInfoServiceImpl extends BaseServiceImpl().error("未查找到该顺道捎信息"); + } sdsInfoEntity.setBrowseNum(sdsInfoEntity.getBrowseNum()==null?1:sdsInfoEntity.getBrowseNum()+1); updateById(sdsInfoEntity); return new Result().ok(this.baseDao.getSdsDetail(id));