From 6fcc6cb535a472cb4badfb6aeff2dc6bf0a63775 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 04 九月 2023 16:00:11 +0800 Subject: [PATCH] 订阅代码增加跟踪日志 --- 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 d7f8d62..2b17807 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -136,7 +136,7 @@ else: ws.write(index, 6, '鍗栨挙', style) ws.write(index, 7, data["re"], style) - ws.write(index, 9, data.get("orderNo"), style) + ws.write(index, 9, data["val"].get("orderNo"), style) # 鏌ヨ鏄惁鎾ゅ崟 if int(data["val"]["operateType"]) == 0: cancel = False -- Gitblit v1.8.0