删除商品测试list

This commit is contained in:
苏尹岚
2020-04-27 18:29:39 +08:00
parent ede0a3184b
commit 4661ea9198

View File

@@ -950,6 +950,7 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt
deleteList = append(deleteList, v)
}
}
fmt.Println("remoteSkuList", utils.Format4Output(remoteSkuList, false))
fmt.Println("addList", utils.Format4Output(addList, false))
fmt.Println("updateList", utils.Format4Output(updateList, false))
fmt.Println("deleteList", utils.Format4Output(deleteList, false))