l2/l2_transaction_data_processor.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_transaction_data_processor.py
@@ -121,9 +121,9 @@ for d in o_datas] temp_time_dict = {} for d in fdatas: if d[3] not in temp_time_dict: temp_time_dict[d[3]] = l2_huaxin_util.convert_time(d[3], with_ms=True) d[5] = temp_time_dict.get(d[3]) if d[0][3] not in temp_time_dict: temp_time_dict[d[0][3]] = l2_huaxin_util.convert_time(d[0][3], with_ms=True) d[5] = temp_time_dict.get(d[0][3]) d[4] = d[5][:8] temp_time_dict.clear()