4
This commit is contained in:
parent
a757daf79d
commit
0733781875
@ -415,7 +415,7 @@ func (b *OrderSingle) PutOrderSingleAnswer(c *gin.Context) {
|
||||
}
|
||||
|
||||
// 检测订单状态
|
||||
if orderSingle.OrderStatus != 2 {
|
||||
if orderSingle.OrderStatus == 3 {
|
||||
responses.FailWithMessage("订单异常", c)
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user