feat(credit): 添加公司客户标识字段支持查询过滤
- 在CreditCompany实体中新增isCustomer字段 - 在CreditCompanyParam参数类中添加isCustomer查询参数 - 在CreditCompanyMapper.xml中增加isCustomer条件过滤 - 修改application.yml中的默认激活环境配置
This commit is contained in:
@@ -4,7 +4,7 @@ server:
|
||||
# 多环境配置
|
||||
spring:
|
||||
profiles:
|
||||
active: glt2
|
||||
active: ysb2
|
||||
|
||||
application:
|
||||
name: server
|
||||
|
||||
Reference in New Issue
Block a user