|
@@ -114,7 +114,7 @@ public class EnterpriseServiceImpl implements IEnterpriseService {
|
|
|
|
|
|
String wkt = "POINT ("+deviceVo.getLon()+" "+deviceVo.getLat()+")";
|
|
|
|
|
|
- filterCql.append("(DWITHIN(location," + wkt + ", "+deviceVo.getRadius()/1000+", kilometers))");
|
|
|
+ filterCql.append("(DWITHIN(location," + wkt + ", "+deviceVo.getRadius()/100+", kilometers))");
|
|
|
|
|
|
|
|
|
|