ialbert 2023-07-26 18:06:31 +03:00
parent f7cb4855aa
commit 98db18e687

View file

@ -82,7 +82,7 @@ public class TradeImporterService {
tradesDb.setUpdated(currentInstant);
sTradesImdg.update(tradesDb);
updated++;
} else {
} else if (sTrades == null) {
// Создание объекта из БД
tradesDb.setCreated(currentInstant);
tradesDb.setUpdated(currentInstant);