fix: 同步4个库文件副本的提交内容与根canonical一致——消除deploy_guard回滚↔sync重链拉锯(guard实测抓到漂移并回滚,机制自证有效,但提交内容必须同源)

This commit is contained in:
hmo
2026-07-21 02:06:55 +08:00
parent 3e84cbc17e
commit beee453bf3
3 changed files with 177 additions and 15 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ def read_decisions():
"created_at, updated_at, "
"avg_price, decision_timestamp, note, quality_check, "
"quality_checked_at, quality_issues_json, position_advice, "
"signal_factors_json, time_horizon, decision_type "
"signal_factors_json, time_horizon, decision_type, tag "
"FROM holding_strategies WHERE status IN ('active','updated') "
"ORDER BY code"
).fetchall()