From cf9275fb31f736b8f37a86ee4fead44353d83209 Mon Sep 17 00:00:00 2001 From: laixingyu Date: Wed, 9 Aug 2023 10:34:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transferIndustrySatistics_python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transferIndustrySatistics_python.py b/transferIndustrySatistics_python.py index 0a00317..df7a38a 100644 --- a/transferIndustrySatistics_python.py +++ b/transferIndustrySatistics_python.py @@ -295,8 +295,8 @@ def main(): stock_basic_map = {} - #转换数据的日期(单日) - trans_date = '2022-03-07' + #转换数据的日期(单日) 0809 更新到0808 + trans_date = '2023-04-25' #查询交易日数据 sql_trade_qurey = 'select date,week,trade from trade_dates where trade = %s and date > %s'