try
This commit is contained in:
@@ -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, "创建门店商品")
|
||||
|
||||
Reference in New Issue
Block a user