From 045a5aa6434da6e83c3d850b17e7e58cd7b55ef5 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 15 五月 2023 15:46:32 +0800
Subject: [PATCH] 开盘啦板块影响交易逻辑

---
 ths_industry_util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ths_industry_util.py b/ths_industry_util.py
index 5ebd8e0..fa2ab73 100644
--- a/ths_industry_util.py
+++ b/ths_industry_util.py
@@ -17,7 +17,7 @@
     __code_map = {}
     __industry_map = {}
     mysqldb = mysql_data.Mysqldb()
-    results = mysqldb.select_all("select * from ths_industry_codes")
+    results = mysqldb.select_all("select _id,second_industry from ths_industry_codes")
     for r in results:
         code = r[0]
         industry = r[1]

--
Gitblit v1.8.0