|
@@ -383,7 +383,7 @@ public class databoard extends Controller {
|
|
|
}
|
|
}
|
|
|
list = supplementDate(Integer.parseInt(year), list);
|
|
list = supplementDate(Integer.parseInt(year), list);
|
|
|
list = supplementDate(Integer.parseInt(lastyear), list);
|
|
list = supplementDate(Integer.parseInt(lastyear), list);
|
|
|
-
|
|
|
|
|
|
|
+ list.sort(Comparator.comparingLong(o -> Long.parseLong(StringUtils.isBlank(o.getMonth())?"9999":o.getMonth())));
|
|
|
return getSucReturnObject().setData(list).toString();
|
|
return getSucReturnObject().setData(list).toString();
|
|
|
}
|
|
}
|
|
|
|
|
|