trade/huaxin/huaxin_trade_record_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
trade/huaxin/huaxin_trade_record_manager.py
@@ -38,9 +38,10 @@ if self.__current_delegate_records_dict_cache: fresults = [] for k in self.__current_delegate_records_dict_cache: if code and self.__current_delegate_records_dict_cache[k]["securityID"] != code: item = self.__current_delegate_records_dict_cache[k] if code and item["securityID"] != code: continue fresults.append(self.__current_delegate_records_dict_cache[k]) fresults.append(item) return fresults return None