From e523ba32e3a7466c7e9b5c575aafc28f8433fa92 Mon Sep 17 00:00:00 2001 From: xxm Date: Tue, 18 Aug 2026 16:24:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B9=E5=9B=A02-=E9=87=8D=E8=AF=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A2=AB=E6=8A=80=E6=9C=AF=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=9D=83=E5=A8=81=E4=BF=9D=E6=8A=A4=E8=A6=86=E7=9B=96(per=5Fst?= =?UTF-8?q?ock=E8=B0=83write=5Fholding=5Fstrategy=E9=BB=98=E8=AE=A4source?= =?UTF-8?q?=5Ftrigger=3Dwrite=5Fholding=5Fstrategy=E2=86=92=5FTECHNICAL=5F?= =?UTF-8?q?PATHS=E2=86=92=E7=B3=BB=E7=BB=9F=E6=8C=89=E4=BB=93=E4=BD=8D?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=8F=82=E6=95=B0=E8=A6=86=E5=86=99=E5=9B=9E?= =?UTF-8?q?=E6=97=A7=E5=80=BC14.80)=E3=80=82=E6=94=B9=E4=BC=A0per=5Fstock?= =?UTF-8?q?=5F12d=3DLLM=E8=B7=AF=E5=BE=84,=E9=87=8D=E8=AF=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=AD=A3=E5=B8=B8=E5=86=99=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/per_stock_reassess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/per_stock_reassess.py b/deploy/profile-scripts/per_stock_reassess.py index e0ffbba7..ab658215 100644 --- a/deploy/profile-scripts/per_stock_reassess.py +++ b/deploy/profile-scripts/per_stock_reassess.py @@ -399,7 +399,7 @@ def main(): "version": entry.get("version", 1), "full_analysis": _build_full_analysis(code, entry, result) if result else "", } - write_holding_strategy(_conn, code, entry.get("name", ""), _db_entry) + write_holding_strategy(_conn, code, entry.get("name", ""), _db_entry, source_trigger="per_stock_12d") # 2026-08-18 LLM路径不被技术参数保护 _conn.commit() _conn.close() # 验证写入