This commit is contained in:
parent
f7cb4855aa
commit
98db18e687
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue