|
@ -1048,9 +1048,12 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa
|
|
|
if (!countDistance.isInPolygon(dulon,dulat,fenceLocation)){
|
|
|
// orderUtil.createSecurityOrder(sn,null,null,8,"1","yslkaqqy",null);
|
|
|
devInfoObj.put("isTrueFalse","已超出围栏范围");
|
|
|
devInfoObj.put("isNotAlarm","已报警");
|
|
|
} else {
|
|
|
devInfoObj.put("isTrueFalse","未超出围栏范围");
|
|
|
devInfoObj.put("isNotAlarm","未报警");
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
}
|
|
|
// }
|