create sdf56 by task GALB

This commit is contained in:
etreschenkov 2023-05-24 11:23:42 +03:00
parent d8db3048c1
commit 05abf6b132

View file

@ -48,7 +48,7 @@ public class Sdf56Service extends QueueConsumer implements InitializingBean {
sDf56.setStart_datetime(String.valueOf(now.toEpochMilli()));
sDf56.setEnd_datetime(String.valueOf(now.toEpochMilli()));
sDf56.setAccount("ТБС");
sDf56.setDeal("КОД УК");
sDf56.setDeal("КОДУ");
sDf56.setGenerationTime(now);
sDf56.setGenerationId(idGenerator.nextId());
sdf56Map.insert(sDf56);