17 lines
638 B
Markdown
17 lines
638 B
Markdown
|
|
# 2026-04-15 开发库补列 SQL 落盘实施记录
|
||
|
|
|
||
|
|
## 修改内容
|
||
|
|
- 将开发库已执行的对公字段补列 SQL 整理并保存到 `sql/loan_pricing_alter_20260415_repay_method.sql`。
|
||
|
|
- 在原有 `loan_pricing_workflow.repay_method` 基础上,补充 `model_corp_output_fields` 的以下字段变更语句:
|
||
|
|
- `repay_method`
|
||
|
|
- `is_trade_build_ent`
|
||
|
|
- `loan_rate_history`
|
||
|
|
- `min_rate_product`
|
||
|
|
- `smooth_range`
|
||
|
|
- `final_calculate_rate`
|
||
|
|
- `reference_rate`
|
||
|
|
|
||
|
|
## 结果
|
||
|
|
- 现有 SQL 文件已可直接用于同步开发库本次字段补齐变更。
|
||
|
|
- 文件内容与本次实际执行到开发库的语句保持一致。
|