@@ -57,15 +57,6 @@ public class AlarmCountStatScheduled {
try {
List<AlarmSnap> snapList = alarmSnapService.queryAll(null, null, "custom", null, null, null, null, null, null, null);
-
- //**********//
- snapList=snapList.stream().filter(s->s.getId()==934803406928093184L).collect(Collectors.toList());
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
String strDate = sdf.format(DateUtil.addDays(new Date(),-1));
Date dtStart = sdf.parse(strDate);