1
This commit is contained in:
@@ -334,9 +334,6 @@ func (c *PurchaseHandler) onOrderMsg(orderStatus, orderId string, orderCallback
|
||||
msg.OrderStatus = tao_vegetable.OrderStatusOnSaleCancel
|
||||
}
|
||||
status := c.callbackOrderMsg2Status(msg)
|
||||
if partner.CurOrderManager.GetStatusDuplicatedCount(status) > 0 {
|
||||
return nil
|
||||
}
|
||||
// 校验重复消息
|
||||
if partner.CurOrderManager.GetStatusDuplicatedCount(status) > 0 {
|
||||
return tao_vegetable.CallBackResultInfo(nil)
|
||||
|
||||
Reference in New Issue
Block a user