- dm_model_call_fact 增加 amount_cny 字段(CNY折算金额) - ETL sync_call_fact 同步时计算并写入 amount_cny - dm_model_perf_daily/dm_provider_cost_daily 唯一键加入 currency(按币种分组) - ETL 聚合函数按 currency 分组,保留原币种维度 - Dashboard 查询统一使用 amount_cny 进行跨币种比较 - 汇率查询从 accounting 模块获取(修正库名) - 新增币种分布统计接口和UI展示
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
{
|
|
"python": {
|
|
"method": "get",
|
|
"import": "sage_datamart.init",
|
|
"call": "api_currency_stats"
|
|
}
|
|
}
|