From 0743cb154f9affeb01961efb203a37df25adb679 Mon Sep 17 00:00:00 2001 From: myhhub Date: Wed, 4 Dec 2024 13:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=BC=E5=90=88=E9=80=89?= =?UTF-8?q?=E8=82=A1=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6=E4=B8=8D=E5=A4=9F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- instock/core/tablestructure.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/instock/core/tablestructure.py b/instock/core/tablestructure.py index 4c2d4fcf5..a1b686528 100644 --- a/instock/core/tablestructure.py +++ b/instock/core/tablestructure.py @@ -534,12 +534,12 @@ 'map': 'TURNOVERRATE'}, 'listing_date': {'type': DATE, 'cn': '上市时间', 'size': 110, 'map': 'LISTING_DATE'}, - 'industry': {'type': NVARCHAR(length=20), 'cn': '行业', 'size': 100, + 'industry': {'type': NVARCHAR(length=50), 'cn': '行业', 'size': 100, 'map': 'INDUSTRY'}, - 'area': {'type': NVARCHAR(length=20), 'cn': '地区', 'size': 70, 'map': 'AREA'}, - 'concept': {'type': NVARCHAR(length=300), 'cn': '概念', 'size': 150, + 'area': {'type': NVARCHAR(length=50), 'cn': '地区', 'size': 70, 'map': 'AREA'}, + 'concept': {'type': NVARCHAR(length=800), 'cn': '概念', 'size': 150, 'map': 'CONCEPT'}, - 'style': {'type': NVARCHAR(length=300), 'cn': '板块', 'size': 150, + 'style': {'type': NVARCHAR(length=255), 'cn': '板块', 'size': 150, 'map': 'STYLE'}, 'is_hs300': {'type': NVARCHAR(length=2), 'cn': '沪300', 'size': 0, 'map': 'IS_HS300'},