Pu Zhibing
4 天以前 8522e469e00e1cf6c0410165b0f76c806c13ca83
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/general/HomeController.java
@@ -75,7 +75,7 @@
    @Autowired
    private IDriverOnlineService driverOnlineService;
    
    @Resource
    @Autowired
    private ShiroExtUtil shiroExtUtil;
    
    @RequestMapping("/openNetCarInfo")
@@ -399,7 +399,7 @@
        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;