修改航班动态信息的key为小写开头
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user