utils/data_export_util.py | ●●●●● 补丁 | 查看 | 原始文档 | 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