This commit is contained in:
邹宗楠
2025-07-29 17:44:49 +08:00
parent 5a37872c8b
commit f965c9c2a2
2 changed files with 3 additions and 3 deletions

View File

@@ -732,7 +732,7 @@ func getProductSkuID(api *tiktokShop.API, storeSku *dao.StoreSkuSyncInfo, syncTy
}
func getProductSkuId4UpdateStock(api *tiktokShop.API, skuInfo *partner.StoreSkuInfo, storeId int, vendorStoreId string) (tiktokSkuId int64, failedList []*partner.StoreSkuInfoWithErr) {
if skuInfo.VendorSonSkuID != "" && skuInfo.VendorSonSkuID != skuInfo.VendorSkuID && len(skuInfo.VendorSonSkuID) >= len("3589393056912261100") { // 抖音长度
if skuInfo.VendorSonSkuID != "" && skuInfo.VendorSonSkuID != skuInfo.VendorSkuID { // 抖音长度
return utils.Str2Int64(skuInfo.VendorSonSkuID), nil
}