Pu Zhibing
9 天以前 b6da936b0c7379c3e1ef07409f81702074b45f47
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/PushUtil.java
@@ -29,7 +29,7 @@
@Component
public class PushUtil {
   
   private final String socket_uri = "http://127.0.0.1:6000";
   private final String socket_uri = "http://192.168.110.85:6000";
   @Autowired
   private IOrderTaxiService orderTaxiService;
   
@@ -243,7 +243,7 @@
      }
      
      //计算预计距离和剩余时间
      String value = (String) redisTemplate.opsForValue().get("DRIVER" + String.valueOf(driverId));
      String value = (String) redisTemplate.opsForValue().get("dache:DRIVER" + String.valueOf(driverId));
      if (null == value || "".equals(value)) {
         return;
      }