完成查询asin开发
This commit is contained in:
+2
-3
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user