developing
This commit is contained in:
parent
d32c4cc67a
commit
31a0b7ff4d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue