Przeglądaj źródła

1.删除测试代码

wanghs 2 lat temu
rodzic
commit
8f0a85ef4c

+ 0 - 9
warning-web/src/main/java/com/gyee/wisdom/alarm/sharding/schedule/AlarmCountStatScheduled.java

@@ -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);