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