修改航班动态信息的key为小写开头

This commit is contained in:
zhouxiunai
2018-12-12 10:29:47 +08:00
parent 965b92cabf
commit d23127b613
@@ -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;