| | |
| | | @Autowired |
| | | private IDriverOnlineService driverOnlineService; |
| | | |
| | | @Resource |
| | | @Autowired |
| | | private ShiroExtUtil shiroExtUtil; |
| | | |
| | | @RequestMapping("/openNetCarInfo") |
| | |
| | | System.out.println(tDrivers.toString()); |
| | | for (TDriver tDriver : tDrivers) { |
| | | Map<String, Object> d = new HashMap<>(); |
| | | String value = (String) redisTemplate.opsForValue().get("DRIVER" + tDriver.getId()); |
| | | String value = (String) redisTemplate.opsForValue().get("dache:DRIVER" + tDriver.getId()); |
| | | System.out.println(value); |
| | | if (ToolUtil.isEmpty(value)) { |
| | | continue; |