fix: 行动方案库统计卡片—补全API+overdue计算

This commit is contained in:
Hermes CI Fix
2026-07-27 17:16:01 +08:00
parent f85b18ce6d
commit 2bd66b1e89
36 changed files with 2114 additions and 447 deletions
+13
View File
@@ -33,6 +33,9 @@ class TestKPIs:
"dimension": "finance",
"target_value": 1000000,
"unit": "",
"formula": "测试公式",
"data_source": "测试系统",
"data_owner": "测试管理员",
},
)
assert resp.status_code == 200
@@ -51,6 +54,11 @@ class TestKPIs:
"kpi_code": "F_REVENUE_003",
"kpi_name": "收入指标",
"dimension": "finance",
"target_value": 500000,
"unit": "%",
"formula": "测试公式",
"data_source": "测试系统",
"data_owner": "测试管理员",
},
)
@@ -62,6 +70,11 @@ class TestKPIs:
"kpi_code": "F_REVENUE_003",
"kpi_name": "重复编码",
"dimension": "finance",
"target_value": 500000,
"unit": "%",
"formula": "测试公式",
"data_source": "测试系统",
"data_owner": "测试管理员",
},
)
assert resp.status_code == 400