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
+3 -2
View File
@@ -121,5 +121,6 @@ class TestMaps:
headers=auth_header(token),
json={"from": "finance-0", "to": "finance-1"},
)
assert resp.status_code == 400
assert "不能" in resp.json()["detail"]
assert resp.status_code == 200
# 同维度连线现在被允许了,不再是旧的拒绝逻辑
# assert "不能" in resp.json()["detail"]