mobilebroken/nflg-mobilebroken-repository
曹鹏飞 4c42afc6b9 feat(repository): 更新报价模型配置服务接口和实现
- 在 IQuotationModelConfigService 接口中为 getEffectives 方法添加 configId 参数
- 在 QuotationModelConfigMapper 中同步更新 getEffectives 方法签名
- 重构 QuotationModelConfigMapper.xml 中的 SQL 查询逻辑,使用 LEFT JOIN 替代 INNER JOIN
- 在 QuotationModelConfigServiceImpl 中更新方法实现以匹配新的参数列表
- 在 ShoppingController 中调用时传递新增的 configId 参数
- 在 RatioConfigController 中添加空集合检查以避免 NPE 异常
2026-03-24 16:05:15 +08:00
..
src feat(repository): 更新报价模型配置服务接口和实现 2026-03-24 16:05:15 +08:00
pom.xml 1、用户和app用户添加报价人代码的内容; 2026-01-16 15:04:13 +08:00