third_data/code_plate_key_manager.py
@@ -490,6 +490,9 @@ return self.__history_blocks_dict_cache.get(code) try: kpl_results = KPLLimitUpDataUtil.get_latest_block_infos(code=code) # 取最近2条数据 if kpl_results and len(kpl_results) > 2: kpl_results = kpl_results[-2:] keys = set() if kpl_results: keys |= set([x[2] for x in kpl_results])