|
@@ -165,8 +165,7 @@ public class AppDeviceLogServiceImpl extends JpaServiceImp<AppDeviceLog, String>
|
|
|
}
|
|
|
new Timestamp(System.currentTimeMillis());
|
|
|
}
|
|
|
- if (!StringUtils.isEmpty(gpsData.get("devcode"))
|
|
|
- && Double.parseDouble(String.valueOf(gpsData.get("devcode"))) <= 0) {
|
|
|
+ if (!StringUtils.isEmpty(gpsData.get("devcode"))) {
|
|
|
checkLocationResult = false;
|
|
|
}
|
|
|
|