промежуточный. упорядочил код отображения дат в таблицах

This commit is contained in:
2024-10-30 19:33:52 +03:00
parent 2712b904b1
commit 62e734f725
11 changed files with 28 additions and 24 deletions

View File

@@ -124,7 +124,7 @@ public class ParallelVariantsForm extends DataSetControlForm<ParallelVariant> {
new ColumnInfo<ParallelVariant>("Дата оценки") {
@Override
public Object getFieldAt(ParallelVariant object) {
return object.stats.getPredictionDate();
return object.stats.PredictionTime;
}
@Override
public Class getRendererClass() {