From b817fbb5145bbdf84f0e0c50969d429c28809f53 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sun, 09 Oct 2022 21:40:55 +0800 Subject: [PATCH] 修复取消订单时充值卡未从无效变有效 --- 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 af40963..3eede59 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=local +spring.profiles.active=taiyan evn=dev server.port=8080 -- Gitblit v1.9.1