From d5936457d545dc124d86cac9dba6ad50c52ca521a46deab3117449559c0094f7 Mon Sep 17 00:00:00 2001 From: attiya <2413103649@qq.com> Date: Thu, 18 Dec 2025 16:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=BC=98=E5=8C=96=EF=BC=8C=E4=BD=8D=E7=BD=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=8E=A5=E5=8F=A3=E6=97=A5=E5=BF=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ebike-gateway/src/main/resources/application-dev.yml | 2 +- ebike-gather/src/main/resources/application-dev.yml | 2 +- .../com/cdzy/operations/controller/EbikeBikeInfoController.java | 1 + ebike-operations/src/main/resources/application-dev.yml | 2 +- ebike-payment/src/main/resources/application-dev.yml | 2 +- ebike-report/src/main/resources/application-dev.yml | 2 +- ebike-staff/src/main/resources/application-dev.yml | 2 +- ebike-user/src/main/resources/application-dev.yml | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ebike-gateway/src/main/resources/application-dev.yml b/ebike-gateway/src/main/resources/application-dev.yml index 1f4608a..6b4665f 100644 --- a/ebike-gateway/src/main/resources/application-dev.yml +++ b/ebike-gateway/src/main/resources/application-dev.yml @@ -114,4 +114,4 @@ management: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss \ No newline at end of file + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 \ No newline at end of file diff --git a/ebike-gather/src/main/resources/application-dev.yml b/ebike-gather/src/main/resources/application-dev.yml index 452da53..6f67831 100644 --- a/ebike-gather/src/main/resources/application-dev.yml +++ b/ebike-gather/src/main/resources/application-dev.yml @@ -48,4 +48,4 @@ management: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss \ No newline at end of file + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 \ No newline at end of file diff --git a/ebike-operations/src/main/java/com/cdzy/operations/controller/EbikeBikeInfoController.java b/ebike-operations/src/main/java/com/cdzy/operations/controller/EbikeBikeInfoController.java index 0d23580..73d279e 100644 --- a/ebike-operations/src/main/java/com/cdzy/operations/controller/EbikeBikeInfoController.java +++ b/ebike-operations/src/main/java/com/cdzy/operations/controller/EbikeBikeInfoController.java @@ -187,6 +187,7 @@ public class EbikeBikeInfoController { }else { bikeInfo.setLocation(new PGpoint(longitude,latitude)); ebikeBikeInfoService.updateById(bikeInfo); + log.info("更新车辆位置成功,SN={}", ecuSn); } return JsonResult.success(); } diff --git a/ebike-operations/src/main/resources/application-dev.yml b/ebike-operations/src/main/resources/application-dev.yml index 9f9860a..83093d7 100644 --- a/ebike-operations/src/main/resources/application-dev.yml +++ b/ebike-operations/src/main/resources/application-dev.yml @@ -113,7 +113,7 @@ minio: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 geo-coding: api-url: https://restapi.amap.com/v3/geocode diff --git a/ebike-payment/src/main/resources/application-dev.yml b/ebike-payment/src/main/resources/application-dev.yml index b8bd130..4cad44e 100644 --- a/ebike-payment/src/main/resources/application-dev.yml +++ b/ebike-payment/src/main/resources/application-dev.yml @@ -93,4 +93,4 @@ management: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss \ No newline at end of file + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 \ No newline at end of file diff --git a/ebike-report/src/main/resources/application-dev.yml b/ebike-report/src/main/resources/application-dev.yml index 4f316c3..394f861 100644 --- a/ebike-report/src/main/resources/application-dev.yml +++ b/ebike-report/src/main/resources/application-dev.yml @@ -59,4 +59,4 @@ management: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss \ No newline at end of file + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 \ No newline at end of file diff --git a/ebike-staff/src/main/resources/application-dev.yml b/ebike-staff/src/main/resources/application-dev.yml index 88ed816..b21f17f 100644 --- a/ebike-staff/src/main/resources/application-dev.yml +++ b/ebike-staff/src/main/resources/application-dev.yml @@ -89,6 +89,6 @@ management: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒 diff --git a/ebike-user/src/main/resources/application-dev.yml b/ebike-user/src/main/resources/application-dev.yml index b869abe..6423749 100644 --- a/ebike-user/src/main/resources/application-dev.yml +++ b/ebike-user/src/main/resources/application-dev.yml @@ -91,5 +91,5 @@ minio: logging: pattern: - dateformat: yyyy-MM-dd HH:mm:ss + dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒