人员定位修改

This commit is contained in:
pengjie 2024-09-19 18:01:10 +08:00
parent 6e2efc5a73
commit 032e5c9b84

View File

@ -171,6 +171,7 @@ public class SafetyHatWSClient {
alarm.setAlarmType(sosType);
alarm.setLatitude(yPoint);
alarm.setLongitude(xPoint);
alarm.setFenceId(dev.getFenceId());
try {
SpringContextUtils.getBean(ISafetyHatAlarmService.class).add(alarm);
} catch (Exception e) {