From 947c955415018c71628d3959f29836aeb1eabc5c Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Mon, 11 May 2026 17:13:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=8A=E8=99=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4=E8=AE=BE=E8=AE=A1=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-05-11-shangyu-pricing-field-adjustment-design.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/superpowers/specs/2026-05-11-shangyu-pricing-field-adjustment-design.md b/docs/superpowers/specs/2026-05-11-shangyu-pricing-field-adjustment-design.md index 2dc840c..4655d07 100644 --- a/docs/superpowers/specs/2026-05-11-shangyu-pricing-field-adjustment-design.md +++ b/docs/superpowers/specs/2026-05-11-shangyu-pricing-field-adjustment-design.md @@ -9,7 +9,7 @@ - 上虞对私剔除 `loanPurpose` 贷款用途和 `bizProof` 是否有经营佐证。 - 上虞对私、对公按客户类型和担保方式分别调整 `collType` 可选值。 -用户已确认本次按页面、创建接口、服务校验、流程保存、模型调用参数全链路同步调整。用户也确认 `couponRate` 在 `质押 + 存单质押` 时必须填写。对公 `businessType` 上传模型接口已由现有系统实现,本设计不再重复扩展该条。 +用户已确认本次按页面、创建接口、服务校验、流程保存、模型调用参数全链路同步调整。用户也确认 `couponRate` 在 `质押 + 存单质押` 时必须填写。对公 `businessType` 上传模型接口这一条用户已明确要求忽略,因此本设计不新增、不验证 `businessType` 模型入参链路;本次模型入参调整只覆盖 `couponRate`。 ## 范围 @@ -30,7 +30,7 @@ - 不改历史贷款合同选择弹窗结构。 - 不新增字典配置或字段配置化能力。 - 不处理旧历史数据回填。 -- 不重复实现已完成的对公 `businessType` 上传模型逻辑。 +- 不新增或验证对公 `businessType` 上传模型逻辑;该条按用户确认忽略。 ## 推荐方案 @@ -116,7 +116,7 @@ `ModelInvokeDTO`: - 新增 `couponRate`,用于模型调用参数。 -- `businessType` 上传模型保持现有实现,不在本设计重复扩展。 +- 不新增或调整 `businessType` 模型入参;该条按用户确认不纳入本次范围。 `LoanPricingConverter`: @@ -171,7 +171,7 @@ ALTER TABLE `loan_pricing_workflow` 10. 转换器映射为 `LoanPricingWorkflow`。 11. 服务层做业务种类、历史利率、抵质押类型和 `couponRate` 校验。 12. 流程表保存。 -13. 模型调用前复制流程字段到 `ModelInvokeDTO`,带出 `couponRate` 和现有已实现的模型入参。 +13. 模型调用前复制流程字段到 `ModelInvokeDTO`,带出 `couponRate`;`businessType` 模型入参不在本次设计范围内。 ## 错误处理