+1
@@ -805,6 +805,7 @@ public class CollectDataService {
|
||||
InvalidAsinDataEntity entity = new InvalidAsinDataEntity();
|
||||
entity.setDataValue(row.getAsin());
|
||||
entity.setBrand(brand);
|
||||
entity.setRecordSource("AUTO");
|
||||
try {
|
||||
invalidAsinDataMapper.insert(entity);
|
||||
} catch (DuplicateKeyException ignored) {
|
||||
|
||||
Reference in New Issue
Block a user