feat(crm): 添加销售异议管理中的钢卷信息关联功能
- 在 CrmSalesObjection 实体中新增 coilIds 字段用于存储钢卷ID集合 - 在查询接口中集成钢卷信息服务,实现销售异议与钢卷信息的关联查询 - 修改数据库映射文件,添加 coilIds 字段的映射关系 - 扩展查询条件构建逻辑,支持按钢卷ID进行筛选 - 新增 coilList 字段用于返回关联的钢卷信息列表 - 更新 application-prod.yml 中间件配置,修改 sql-server-api 主机地址为 140.143.206.120
This commit is contained in:
@@ -9,7 +9,7 @@ klp:
|
||||
|
||||
--- # sql-server-api 中间件配置(生产环境)
|
||||
sql-server-api:
|
||||
host: 192.168.0.219
|
||||
host: 140.143.206.120
|
||||
port: 15000
|
||||
base-url: http://${sql-server-api.host}:${sql-server-api.port}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user