1
This commit is contained in:
@@ -462,7 +462,7 @@ func makeMainProductSku(db *dao.DaoDB, api *tiktokShop.API, storeSku *dao.StoreS
|
||||
return
|
||||
}
|
||||
}
|
||||
param.StandardBrandId = 789194134 // 默认品牌京西菜市 596120136
|
||||
param.StandardBrandId = 596120136 // 默认品牌京西菜市 596120136
|
||||
param.FreightId, param.SaleLimitId, err = getFreightIdAndSaleLimitId(api, db, storeDetail, vendorStoreID)
|
||||
if err != nil {
|
||||
failedList = putils.GetErrMsg2FailedSingleList(storeSku, err, storeID, model.VendorChineseNames[model.VendorIDDD], syncType)
|
||||
|
||||
Reference in New Issue
Block a user