提交可正常处理acft消息的代码
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user