This commit is contained in:
邹宗楠
2022-12-12 16:16:58 +08:00
parent 7d4af10390
commit b1e461506c

View File

@@ -212,6 +212,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
param.StandardBrandId = 789194134 // 默认品牌京西菜市 596120136
temp, err := dao.QueryStoreBindInfo(storeDetail.Store.ID)
globals.SugarLogger.Debugf("=========temp %s", utils.Format4Output(temp, false))
if err != nil || temp == nil || temp.ID == 0 {
// 运费模板
param.FreightId, err = GetDeliveryTemp(api, vendorStoreID, storeDetail)