修改航班信息的key flightInfo: 为 flightInfo
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import com.gzzn.omms.msgexchangeapi.service.exchange.IExchangeService;
|
|||||||
|
|
||||||
@Service("flightInfoService")
|
@Service("flightInfoService")
|
||||||
public class FlightInfoServiceImpl implements IFlightInfoService {
|
public class FlightInfoServiceImpl implements IFlightInfoService {
|
||||||
private static final String redisKey="flightInfo:";
|
private static final String redisKey="flightInfo";
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
RedisService redisService;
|
RedisService redisService;
|
||||||
|
|||||||
Reference in New Issue
Block a user