err
This commit is contained in:
parent
f3a9c15507
commit
d26081c0e3
|
@ -1947,6 +1947,7 @@ func (v *Vas) DealOneCoinOrder(ctx *gin.Context, coinOrderId string) (err error)
|
|||
return
|
||||
}
|
||||
if coinOrder.GetOrderStatus() >= dbstruct.VasCoinOrderStatusFinish {
|
||||
err = errors.New("repeat deal")
|
||||
logger.Info("DealOneCoinOrder status fail, coinOrder: %v", coinOrder.ToString())
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue