From 71c662dc76fbd6e12e6d9aed80fe95e498a697d7 Mon Sep 17 00:00:00 2001
From: 姜友瑶 <935090232@qq.com>
Date: Thu, 09 Jun 2022 15:19:47 +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 6b3f12e..af40963 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=alpha
+spring.profiles.active=local
 evn=dev
 server.port=8080
 

--
Gitblit v1.9.1