diff --git a/business/partner/purchase/jd/store.go b/business/partner/purchase/jd/store.go index 886d5ce63..e63956873 100644 --- a/business/partner/purchase/jd/store.go +++ b/business/partner/purchase/jd/store.go @@ -214,6 +214,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin StartCharge: int64(storeDetail.FreightDeductionPackObj.StartPrice), } if len(storeDetail.FreightDeductionPackObj.FreightDeductionList) > 0 { + globals.SugarLogger.Debug("FreightDeductionPackObj", utils.Format4Output(storeDetail.FreightDeductionPackObj, false)) for _, v := range storeDetail.FreightDeductionPackObj.FreightDeductionList { if v.DeductFreight > 0 { freightParams.FreeFreightInfoList = append(freightParams.FreeFreightInfoList, &jdapi.FreeFreightInfo{