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