提交可正常处理acft消息的代码

This commit is contained in:
zhouxiunai
2018-12-05 18:05:50 +08:00
parent 1b1207b07a
commit e19a281cb6
23 changed files with 567 additions and 34 deletions
@@ -9,11 +9,10 @@ import com.fasterxml.jackson.core.JsonParseException;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectWriter;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import com.gzzn.omms.msgexchangeapi.exception.ExchangeServiceException;
@Service
@Service("exchangeService")
public class ExchangeServiceImpl implements IExchangeService {
@Override
@@ -15,7 +15,7 @@ import com.gzzn.omms.msgexchangeapi.msghandler.MsgHandlerDispatcher;
import com.gzzn.omms.msgexchangeapi.redis.RedisService;
import com.gzzn.omms.msgexchangeapi.service.IExchangeService;
@Service
@Service("flightInfoService")
public class FlightInfoServiceImpl implements IFlightInfoService {
private static final String redisKey="FlightInfo:";
@@ -38,7 +38,7 @@ public class FlightInfoServiceImpl implements IFlightInfoService {
//
List<FLTR> lsFltr = dnldMsg
.getSCHD()
.getFLTRS();
.getFLTR();
for(FLTR fltr : lsFltr)
{