银豹关注商品标品使用upc作为barcode,否则报错

This commit is contained in:
苏尹岚
2020-03-30 17:45:00 +08:00
parent 9b71f15a6c
commit e7647151d1
4 changed files with 24 additions and 4 deletions

View File

@@ -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[:]