|
|
|
@ -88,7 +88,7 @@ public class DeviceDataAlarmServiceImpl implements DeviceDataAlarmService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
pageSearchParam.setCategoryIdList(Constants.CATEGORY_MAP.get(Constants.CATEGORY_ALARM)); |
|
|
|
pageSearchParam.setCategoryIdList(Constants.ALL_CATEGORY_IDS); |
|
|
|
if (null != pageSearchParam.getDeviceGroupId()){ |
|
|
|
resultList = deviceInfoMapperExt.getDevice4AlarmDataByGroup(pageSearchParam); |
|
|
|
} else { |
|
|
|
|