转历史航班计划,打info日志转了多少条
This commit is contained in:
@@ -172,6 +172,7 @@ public class FlightHisScheduled {
|
|||||||
//删除redis中已成为历史数据的动态消息
|
//删除redis中已成为历史数据的动态消息
|
||||||
if(null!=fltrIdForHistory && fltrIdForHistory.size()>0){
|
if(null!=fltrIdForHistory && fltrIdForHistory.size()>0){
|
||||||
flightInfoService.batchDeleteFltr(fltrIdForHistory);
|
flightInfoService.batchDeleteFltr(fltrIdForHistory);
|
||||||
|
logger.info("本次删除转历史动态航班数据:{}条",fltrIdForHistory.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("结束采集历史数据。");
|
logger.info("结束采集历史数据。");
|
||||||
|
|||||||
Reference in New Issue
Block a user