From b3484f65d79646dae896dbd4478bb6566eb4d962 Mon Sep 17 00:00:00 2001 From: xxm Date: Mon, 17 Aug 2026 17:47:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20promote=20VALUES=E5=8D=A0=E4=BD=8D?= =?UTF-8?q?=E7=AC=A6=E5=87=8F1(strategy=5Fname=E5=88=97=E5=B7=B2=E5=8A=A0,?= =?UTF-8?q?=E5=80=BC=E6=95=B0=E5=AF=B9=E9=BD=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/promote_candidates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/promote_candidates.py b/deploy/profile-scripts/promote_candidates.py index 2ac56be7..0217b8a5 100644 --- a/deploy/profile-scripts/promote_candidates.py +++ b/deploy/profile-scripts/promote_candidates.py @@ -184,7 +184,7 @@ def main(): rr_ratio, stock_category, strategy_name, created_at, updated_at, sector_context, quality_check) VALUES (?,?,?,?,?,?,?,?,?,'自选策略','scan', - 'active',?,'关注',?,?,?,?,'', 'pending') + 'active',?,'关注',?,?,?,'', 'pending') """, (code, name, 0, el, eh, sl, tp, timing_signal, action, _rr, source_strategy, now, now)) newly_added = cur.rowcount > 0