This commit is contained in:
邹宗楠
2023-06-28 11:34:38 +08:00
parent 10036ef262
commit bb06166986

View File

@@ -69,7 +69,8 @@ func CreateStoreCategoryByStoreSku(ctx *jxcontext.Context, vendorID, storeID int
}
func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendorID, storeID int, vendorStoreID string, nameIDs, skuIDs []int, isAsync, isContinueWhenError bool) (hint string, err error) {
if storeID != 668594 && vendorID == model.VendorIDTaoVegetable {
// 668594 正式服印象汇 668469 测试服芬姐
if storeID != 668594 && storeID != 668469 && vendorID == model.VendorIDTaoVegetable {
return "", nil
}
handler := partner.GetPurchasePlatformFromVendorID(vendorID).(partner.ISingleStoreStoreSkuHandler)