/qxwarning/getFBStats:返回起止时间08:00:00
parent
bd2a1e3944
commit
758a51b839
|
|
@ -410,7 +410,7 @@ public class QXWarnController {
|
|||
int minute = startCalendarDay.get(Calendar.MINUTE);
|
||||
int second = startCalendarDay.get(Calendar.SECOND);
|
||||
String nowTime = zerofill(year)+"-"+zerofill(month)+"-"+zerofill(day)+" "+
|
||||
"00"+":"+"08"+":"+"00";
|
||||
"08"+":"+"00"+":"+"00";
|
||||
System.out.println(nowTime);
|
||||
ArrayList<ApiDto.Filter> filter = Lists.newArrayList();
|
||||
FBStatsVO fbStatsVO = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue