转历史航班计划,打info日志转了多少条

This commit is contained in:
zhouxiunai
2018-12-26 09:42:53 +08:00
parent 59ea3d83a4
commit f053d84817
@@ -172,6 +172,7 @@ public class FlightHisScheduled {
//删除redis中已成为历史数据的动态消息
if(null!=fltrIdForHistory && fltrIdForHistory.size()>0){
flightInfoService.batchDeleteFltr(fltrIdForHistory);
logger.info("本次删除转历史动态航班数据:{}条",fltrIdForHistory.size());
}
logger.info("结束采集历史数据。");