From 8ab96a1de732cae25d2cf49e916e54b0ac6bae70 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 13 十一月 2023 14:25:35 +0800
Subject: [PATCH] 记录L2订单数据

---
 utils/data_export_util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/data_export_util.py b/utils/data_export_util.py
index 22b7b98..75578cf 100644
--- a/utils/data_export_util.py
+++ b/utils/data_export_util.py
@@ -271,6 +271,6 @@
 
 if __name__ == "__main__":
     try:
-        export_l2_excel("000530")
+        export_l2_excel("605218")
     except Exception as e:
         logging.exception(e)

--
Gitblit v1.8.0