From 2f2ada530d3a3be833a0fcfe9c3dba5e397c5dfb Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Tue, 11 Aug 2026 11:34:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bot/kpis=20500=20=E2=80=94=20KPIDefiniti?= =?UTF-8?q?on=E6=97=A0description=E5=AD=97=E6=AE=B5=E6=94=B9=E4=B8=BAformu?= =?UTF-8?q?la=5Fdesc=EF=BC=88=E5=AD=98=E9=87=8Fbug=EF=BC=8C=E8=B4=A6?= =?UTF-8?q?=E5=A5=97=E6=A8=A1=E5=BC=8F=E9=AA=8C=E8=AF=81=E9=97=A8=E7=A6=81?= =?UTF-8?q?4=E5=8F=91=E7=8E=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/api/bot_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/bot_bridge.py b/backend/app/api/bot_bridge.py index 3e17a45b..14575430 100644 --- a/backend/app/api/bot_bridge.py +++ b/backend/app/api/bot_bridge.py @@ -134,7 +134,7 @@ def bot_kpis( "threshold_yellow": k.threshold_yellow, "threshold_red": k.threshold_red, "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_period": latest.period if latest else None, "status": k.status,