Merge branch 'master' of ssh://git@git.int.it2000.com.cn/airport-chengdu/msgexchange-api.git

This commit is contained in:
fanghongchao
2018-12-12 13:39:20 +08:00
@@ -19,7 +19,7 @@ import com.gzzn.omms.msgexchangeapi.service.exchange.IExchangeService;
@Service("flightInfoService")
public class FlightInfoServiceImpl implements IFlightInfoService {
private static final String redisKey="FlightInfo:";
private static final String redisKey="flightInfo:";
@Autowired
RedisService redisService;