1
This commit is contained in:
@@ -372,9 +372,10 @@ 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, ¶m, true); err != nil {
|
||||
if err = utils.Map2StructByJson(review, ¶m, false); err != nil {
|
||||
return err
|
||||
}
|
||||
globals.SugarLogger.Debugf("-----AgreeOrRefuseRefund:= %s", utils.Format4Output(param, false))
|
||||
|
||||
Reference in New Issue
Block a user