/qxwarning/getFBStats:返回起止时间08:00:00

master
ForwithyNew 2024-06-12 11:16:47 +08:00
parent bd2a1e3944
commit 758a51b839
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ public class QXWarnController {
int minute = startCalendarDay.get(Calendar.MINUTE); int minute = startCalendarDay.get(Calendar.MINUTE);
int second = startCalendarDay.get(Calendar.SECOND); int second = startCalendarDay.get(Calendar.SECOND);
String nowTime = zerofill(year)+"-"+zerofill(month)+"-"+zerofill(day)+" "+ String nowTime = zerofill(year)+"-"+zerofill(month)+"-"+zerofill(day)+" "+
"00"+":"+"08"+":"+"00"; "08"+":"+"00"+":"+"00";
System.out.println(nowTime); System.out.println(nowTime);
ArrayList<ApiDto.Filter> filter = Lists.newArrayList(); ArrayList<ApiDto.Filter> filter = Lists.newArrayList();
FBStatsVO fbStatsVO = null; FBStatsVO fbStatsVO = null;