code_attribute/history_k_data_util.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
code_attribute/history_k_data_util.py
@@ -115,9 +115,9 @@ def get_juejin_code_list_with_prefix(cls, codes): list = [] for d in codes: if d[0:2] == '00': if tool.get_market_type(d) == tool.MARKET_TYPE_SZSE: list.append("SZSE.{}".format(d)) elif d[0:2] == '60': elif tool.get_market_type(d) == tool.MARKET_TYPE_SSE: list.append("SHSE.{}".format(d)) return list