This commit is contained in:
邹宗楠
2026-08-01 11:12:49 +08:00
parent 6fe950cb6d
commit 8c882f8a08

View File

@@ -373,6 +373,7 @@ func (c *PurchaseHandler) GetAfsStatusFromVendorStatus(resType int, notifyType s
// 审核售后单申请
func (c *PurchaseHandler) AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.AfsOrder, approveType int, reason string, review map[string]interface{}) (err error) {
if globals.EnableMtwmStoreWrite {
globals.SugarLogger.Debugf("-----AgreeOrRefuseRefund review:= %s", utils.Format4Output(review, false))
var param *mtwmapi.ReviewAfterSalesInfo
if err = utils.Map2StructByJson(review, &param, false); err != nil {
return err