This commit is contained in:
wucongxing8150 2024-09-05 15:09:55 +08:00
parent a757daf79d
commit 0733781875

View File

@ -415,7 +415,7 @@ func (b *OrderSingle) PutOrderSingleAnswer(c *gin.Context) {
}
// 检测订单状态
if orderSingle.OrderStatus != 2 {
if orderSingle.OrderStatus == 3 {
responses.FailWithMessage("订单异常", c)
return
}