回调判断
This commit is contained in:
parent
0755b14aa2
commit
9b7f904108
|
@ -146,7 +146,7 @@ func (o *OrderNotify) checkOrder() {
|
|||
cond := builder.NewCond()
|
||||
cond = cond.And(builder.Eq{"id": o.OrderId})
|
||||
o.order, o.Code = services.OrderFindOne(&ordersmodel.Orders{}, cond)
|
||||
if o.Code != errorcode.Success {
|
||||
if o.Code != errorcode.OrdersExist {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue