Administrator
2023-12-14 30c8021eabb764df46439fb966e9ace8e9a189f3
bug修改
2个文件已修改
7 ■■■■■ 已修改文件
output/code_info_output.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
third_data/code_plate_key_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
output/code_info_output.py
@@ -449,6 +449,7 @@
if __name__ == '__main__':
    code = '000670'
    fresults = load_trade_record_cancel_watch_indexes(code)
    code = '600713'
    l2_data_util.load_l2_data(code)
    fresults = __load_trade_record(code, l2_data_util.local_today_datas.get(code))
    print(fresults)
third_data/code_plate_key_manager.py
@@ -447,7 +447,7 @@
            jingxuan_block_info = self.__KPLCodeJXBlockManager.get_jx_blocks_cache(code, by=True)
        if jingxuan_block_info:
            jingxuan_blocks = jingxuan_block_info[0]
            k4 |= jingxuan_blocks  #set([x[1] for x in jingxuan_blocks])
            k4 |= set(jingxuan_blocks)  #set([x[1] for x in jingxuan_blocks])
        for k in [k1, k11, k2, k3, k4]:
            keys |= k