Administrator
2023-09-04 6fcc6cb535a472cb4badfb6aeff2dc6bf0a63775
订阅代码增加跟踪日志
1个文件已修改
2 ■■■ 已修改文件
utils/data_export_util.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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