银豹关注商品标品使用upc作为barcode,否则报错
This commit is contained in:
@@ -514,8 +514,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
||||
isContinueWhenError2 := true
|
||||
//如果是银豹平台,则要按照商品skuname维度同步
|
||||
if vendorID == model.VendorIDYB {
|
||||
// createList, updateList []*dao.StoreSkuSyncInfo
|
||||
// deleteList, stockList, onlineList, offlineList, priceList []*partner.StoreSkuInfo
|
||||
if len(createList) > 0 {
|
||||
rList1, _ := changeList2Yb(createList, nil)
|
||||
createList = createList[:]
|
||||
|
||||
Reference in New Issue
Block a user