取消levels接口,限制classifications接口仅为申万行业接口
This commit is contained in:
2
app.py
2
app.py
@@ -6645,8 +6645,6 @@ def api_get_events():
|
|||||||
applied_filters['start_date'] = start_date
|
applied_filters['start_date'] = start_date
|
||||||
if end_date:
|
if end_date:
|
||||||
applied_filters['end_date'] = end_date
|
applied_filters['end_date'] = end_date
|
||||||
if industry_classification:
|
|
||||||
applied_filters['industry_classification'] = industry_classification
|
|
||||||
if industry_code:
|
if industry_code:
|
||||||
applied_filters['industry_code'] = industry_code
|
applied_filters['industry_code'] = industry_code
|
||||||
if tag:
|
if tag:
|
||||||
|
|||||||
Reference in New Issue
Block a user