developing

This commit is contained in:
wystan_rin 2024-11-13 17:46:05 +08:00
parent d32c4cc67a
commit 31a0b7ff4d
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ class OrderService:
elif correct_quant:
# 支付尚未成功
status = 4
if status:
if status != 2:
self.order_repo.update_status(order_id, status)
return status