feat(credit): 添加公司客户标识字段支持查询过滤

- 在CreditCompany实体中新增isCustomer字段
- 在CreditCompanyParam参数类中添加isCustomer查询参数
- 在CreditCompanyMapper.xml中增加isCustomer条件过滤
- 修改application.yml中的默认激活环境配置
This commit is contained in:
2026-03-15 11:36:28 +08:00
parent b827052956
commit 7c1af7c207
4 changed files with 11 additions and 1 deletions

View File

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