遗传002

This commit is contained in:
Cricial
2025-10-18 23:18:16 +08:00
parent dfd5c5b32d
commit a6b06735f6
18 changed files with 712 additions and 553 deletions

View File

@@ -41,7 +41,7 @@ from orm import connection
# 读取 SQL
ga_id="c943f2c6"
ga_id="c40fd813"
with open("SQL_analysis_risk_ga.sql", "r", encoding="utf-8") as f:
str_sql = text(f.read())
print(str_sql[:300])