This commit is contained in:
邹宗楠
2023-12-26 09:26:31 +08:00
parent 607e3df9eb
commit e756c81a35

View File

@@ -274,6 +274,7 @@ func (c *PurchaseHandler) AgreeOrRefuseRefund(ctx *jxcontext.Context, order *mod
}
refundProductList = append(refundProductList, refundProduct)
}
globals.SugarLogger.Debugf("========parna :;= %s", utils.Format4Output(param, false))
if approveType == partner.AfsApproveTypeRefused {
if reason == "" {