1.新增pro生产环境配置。

2.新增CMINMSGS和COUTMSGS 脚本
3.去除启动自动获取最新动态的功能。
4.完善测试以上功能。修改Sender为OSH5
This commit is contained in:
zhouxiunai
2018-12-29 17:30:43 +08:00
parent 440864110e
commit f799c64682
11 changed files with 443 additions and 264 deletions
@@ -73,6 +73,7 @@ public class FlopBaseHandler implements IBaseHandler {
}
else {
//没有该动态航班信息
this.updateCminmsgToProcessed(cminmsg);
logger.warn("没有flid为:{}的消息",flop.getFLID());
return HandlerResult.failure();
}