This commit is contained in:
邹宗楠
2026-07-31 16:38:10 +08:00
parent 1cfe8bf1b7
commit 6fe950cb6d
5 changed files with 72900 additions and 72919 deletions

View File

@@ -372,7 +372,6 @@ 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) {
globals.SugarLogger.Debugf("-----AgreeOrRefuseRefund review:= %s", utils.Format4Output(review, false))
if globals.EnableMtwmStoreWrite {
var param *mtwmapi.ReviewAfterSalesInfo
if err = utils.Map2StructByJson(review, &param, false); err != nil {