fix(credit): 修复公司名称字段映射问题

- 移除实体类中的多余 TableField 注解
- 修改 SQL 查询逻辑,使用 match_name 字段替代原来的 company_name
- 统一多个信用相关实体的字段映射方式
- 添加新的生产环境配置文件 application-ysb2.yml
- 更新默认激活的环境配置为 ysb2
This commit is contained in:
2026-02-27 12:34:01 +08:00
parent f25e2c3707
commit 9b18851aaf
12 changed files with 107 additions and 11 deletions

View File

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