Administrator
2024-03-20 51f0be3efa97c794be5d7857acf31a6d6dba736f
log_module/log_export.py
@@ -370,8 +370,8 @@
# 加载l2订单成交数据
def load_huaxin_deal_record(code):
    path = f"{constant.get_path_prefix()}/logs/huaxin/l2/transaction_desc.{tool.get_now_date_str()}.log"
def load_huaxin_deal_record(code,date = tool.get_now_date_str()):
    path = f"{constant.get_path_prefix()}/logs/huaxin/l2/transaction_desc.{date}.log"
    # 格式:[(订单号,手数,开始成交时间,成交结束时间,下单手数)]
    fdatas = []
    lines = __load_file_content(path)