From af974e736866a809f056c8263e9950f29458d2df Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Fri, 26 Sep 2025 15:25:35 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index fc558b2..e594345 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -45,17 +45,6 @@ - - - - - - - - - - - From 0338f3c6754a12d934ed7f91b3dcbe449882a5bf Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Fri, 26 Sep 2025 15:38:53 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/sczx/order/utils/OrderUtil.java | 2 +- src/main/resources/logback.xml | 32 +++++++++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/sczx/order/utils/OrderUtil.java b/src/main/java/com/sczx/order/utils/OrderUtil.java index 8113d2c..81d1d64 100644 --- a/src/main/java/com/sczx/order/utils/OrderUtil.java +++ b/src/main/java/com/sczx/order/utils/OrderUtil.java @@ -129,7 +129,7 @@ public class OrderUtil { //以租代售默认期限为30天 endRentTime = origTime.plusDays(rerentInterval*30); } - log.info("获取预计还车时间:{}", endRentTime); + log.info("query endRentTime : {}", endRentTime); return endRentTime; } diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index e594345..2081376 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -22,16 +22,16 @@ ${PATTERN} - - WARN - DENY - NEUTRAL - - - ERROR - DENY - NEUTRAL - + + + + + + + + + + @@ -45,6 +45,18 @@ + + + + + + + + + + + + From 6f0bf4d57c28d57647597eb1e3124976478d007f Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Fri, 26 Sep 2025 16:36:11 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=8D=A2=E4=B8=8B=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 2081376..d3a0363 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -46,7 +46,7 @@ - +