From c0d6849905d7f828ecb02270311817c65c1b77e6 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 04 九月 2023 15:54:26 +0800 Subject: [PATCH] 订阅代码增加跟踪日志 --- utils/data_export_util.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/utils/data_export_util.py b/utils/data_export_util.py index f92abcd..d7f8d62 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -64,6 +64,7 @@ ws.write(0, 6, '绫诲瀷') ws.write(0, 7, '閲嶅鏁伴噺') ws.write(0, 8, '鎾ゅ崟鏃堕棿') + ws.write(0, 9, '璁㈠崟鍙�') index = 0 for data in datas: @@ -135,6 +136,7 @@ else: ws.write(index, 6, '鍗栨挙', style) ws.write(index, 7, data["re"], style) + ws.write(index, 9, data.get("orderNo"), style) # 鏌ヨ鏄惁鎾ゅ崟 if int(data["val"]["operateType"]) == 0: cancel = False -- Gitblit v1.8.0