This commit is contained in:
邹宗楠
2023-07-06 14:34:27 +08:00
parent 34896478d3
commit 279a9ce49e

View File

@@ -73,6 +73,9 @@ func (c *PurchaseHandler) onAfsOrderMsg(status string, msg interface{}) (retVal
}
}
}
if needCallNew && orderStatus.Status == model.AfsOrderStatusOnSaleAfs {
needCallNew = false
}
if needCallNew {
refundData := msg.(*tao_vegetable.UserApplyRefundCallBack)