feat(config): 添加新的glt2环境配置并调整订单状态逻辑

- 新增 application-glt2.yml 环境配置文件
- 将默认激活环境从 dev 切换到 glt2
- 更新数据库连接地址和 Redis 配置
- 调整订单退款状态验证逻辑
- 修改订单状态判断条件以支持退款流程优化
This commit is contained in:
2026-02-24 13:09:55 +08:00
parent ae24a9a99e
commit 429f3e1e8e
3 changed files with 77 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ server:
# 多环境配置
spring:
profiles:
active: dev
active: glt2
application:
name: server