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 # 包含毫秒