fix: bot/kpis 500 — KPIDefinition无description字段改为formula_desc(存量bug,账套模式验证门禁4发现)

This commit is contained in:
Hermes CI Fix
2026-08-11 11:34:05 +08:00
parent d7e97978c6
commit 2f2ada530d
+1 -1
View File
@@ -134,7 +134,7 @@ def bot_kpis(
"threshold_yellow": k.threshold_yellow, "threshold_yellow": k.threshold_yellow,
"threshold_red": k.threshold_red, "threshold_red": k.threshold_red,
"responsible_dept": k.responsible_dept, "owner": k.responsible_user, "responsible_dept": k.responsible_dept, "owner": k.responsible_user,
"objective": k.objective, "description": k.description, "objective": k.objective, "formula_desc": k.formula_desc,
"latest_value": _float(latest.actual_value) if latest else None, "latest_value": _float(latest.actual_value) if latest else None,
"latest_period": latest.period if latest else None, "latest_period": latest.period if latest else None,
"status": k.status, "status": k.status,