This commit is contained in:
邹宗楠
2023-07-06 16:26:22 +08:00
parent bcf73e34cf
commit b127f6eb1f

View File

@@ -44,6 +44,7 @@ func (c *PurchaseHandler) isAfsMsg(orderStatus string, orderId string, orderCall
RefundIds: &[]int64{utils.Str2Int64(success.BizSubRefundId)},
}
refundAfs, _ := getAPI("", 0, success.StoreId).QueryAfsOrderDetail(param)
globals.SugarLogger.Debugf("==============refundAfs.Orders : %s", utils.Format4Output(refundAfs.Orders != nil, false))
if refundAfs.Orders != nil {
return true
}