完成查询asin开发

This commit is contained in:
super
2026-04-23 20:48:57 +08:00
parent 72fdb1841c
commit 326f78705d
95 changed files with 6009 additions and 50 deletions
@@ -1128,9 +1128,8 @@ public class PriceTrackTaskService {
if (targetAsin == null || targetAsin.isBlank()) {
continue;
}
boolean removed = skipPriceAsinService.removeByShopCountryAndAsin(shopKey, countryCode, targetAsin);
log.info("[price-track] skip asin delete signal taskShop={} country={} asin={} removed={} reason={}",
shopKey, countryCode, targetAsin, removed, row.getDeleteReason());
log.info("[price-track] skip asin delete signal ignored taskShop={} country={} asin={} reason={}",
shopKey, countryCode, targetAsin, row.getDeleteReason());
}
}
}