Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-12-12 16:33:44 +08:00

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)