|
|
|
@ -317,7 +317,7 @@ public class BigScreenController extends BaseController {
|
|
|
|
|
alarmVos.add(metaAlarmInfoAndHandleAlarmVo);
|
|
|
|
|
}
|
|
|
|
|
List<MetaAlarmInfoAndHandleAlarmVo> sortedList = alarmVos.stream()
|
|
|
|
|
.sorted(Comparator.comparing(MetaAlarmInfoAndHandleAlarmVo::getJjxxInformantTime))
|
|
|
|
|
.sorted(Comparator.comparing(MetaAlarmInfoAndHandleAlarmVo::getJjxxAlarmResponseTime).reversed())
|
|
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
return AjaxResult.success(sortedList);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|