From 281dc31c4a4d4e2cf266dd65a470c7d29e4e7332 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Wed, 20 Apr 2022 08:24:18 +0800 Subject: [PATCH] fix:修复距离计算精度损失问题 --- zq-erp/src/main/resources/config/application.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/config/application.properties b/zq-erp/src/main/resources/config/application.properties index 3eede59..ddb6608 100644 --- a/zq-erp/src/main/resources/config/application.properties +++ b/zq-erp/src/main/resources/config/application.properties @@ -1,5 +1,5 @@ -spring.profiles.active=taiyan +spring.profiles.active=test evn=dev server.port=8080 -- Gitblit v1.9.1