This commit is contained in:
苏尹岚
2020-11-26 17:23:55 +08:00
parent 9e23a344ee
commit 7688fe50c2
2 changed files with 12 additions and 13 deletions

View File

@@ -682,7 +682,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
if len(createList) > 0 {
//jds2创商品太快了。。
if vendorID == model.VendorIDJDShop && storeID == model.JdShopMainStoreID2 {
fmt.Println("sssssssssssssssssssssssssssssss", utils.Format4Output(createList, false))
var failedList []*partner.StoreSkuInfoWithErr
failedList, err = singleStoreHandler.CreateStoreSkus(ctx, storeID, vendorStoreID, createList)
failedList, err = buildFailedListAndErr(failedList, err, nil, createList, storeID, vendorID, "创建门店商品")