Добавил поле acc_type в s_df52.
This commit is contained in:
parent
7f3e1881d2
commit
9cb645b115
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class SDf52Table extends AbstractTable<SDf52> {
|
|||
result.setDeal((String) entity[2]);
|
||||
result.setDate((String) entity[3]);
|
||||
BigDecimal status = (BigDecimal) entity[4];
|
||||
//todo result.setAcc_type((String) entity[?]);
|
||||
result.setAcc_type((String) entity[5]);
|
||||
result.setStatus(status != null ? status.longValue() : null); // or safe universal type result.setStatus(anyNumberToLong(entity[4]));
|
||||
result.setFileName(filename);
|
||||
result.setGenerationTime(Instant.now());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue