This commit is contained in:
lwl0608 2024-11-11 22:17:53 +08:00
parent c3856433bc
commit c3b6cf1cc2
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ class S:
res = refund_order(order_id)
ret = safe_get_int(res, "ret")
docu = [order_id, product_id, pay_amount, ret, res]
docu = [order_id, product_id, pay_amount, ret, str(res)]
print(idx, docu)
csv_.append(docu)