|
|
@@ -144,7 +144,7 @@ public class RuleEngineUtil {
|
|
|
jsonObject.put("productCode",alarmEventAction.getProductCode());
|
|
|
for (AlarmSimpleVO device : devices) {
|
|
|
jsonObject.put("deviceId",device.getDeviceId());
|
|
|
- jsonObject.put("alarmObject",device.getDeviceName());
|
|
|
+ jsonObject.put("alarmObject",device.getName());
|
|
|
jsonObject.put("alarmAddress",device.getCommAddress());
|
|
|
|
|
|
HttpClientUtils.doPostJson(alarmUrl,jsonObject.toJSONString());
|