diff --git a/business/partner/purchase/tao_vegetable/store_sku2.go b/business/partner/purchase/tao_vegetable/store_sku2.go index 710765b42..ef71d0efc 100644 --- a/business/partner/purchase/tao_vegetable/store_sku2.go +++ b/business/partner/purchase/tao_vegetable/store_sku2.go @@ -385,6 +385,9 @@ func createTaoVegetable(ctx *jxcontext.Context, api *tao_vegetable.API, storeSku if k, ok := vendorSkuIdMap[utils.Int2Str(v.SkuID)]; ok { v.VendorSkuID = k successSku = append(successSku, v.SkuID) + } else { + v.VendorSkuID = "0" + v.SkuSyncStatus = 59 } } failedListStock := updateStoreSkusStockByCreate(ctx, api, storeID, vendorStoreID, successSku)