From 9890a1c3cf63f19d093a23f78be8c4ed2845b9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 13 Oct 2020 15:17:13 +0800 Subject: [PATCH] minayun --- business/partner/purchase/jd/store.go | 1 + 1 file changed, 1 insertion(+) 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{