|
@@ -133,7 +133,7 @@ public class DeviceAnalogVariableListServiceImpl extends AbstractCrudService<Dev
|
|
|
Page<DeviceAnalogVariableListOneVo> page = new Page<>(i, 30);
|
|
|
page = baseMapper.variableListExport(page,siteId, variableName, dataArea);
|
|
|
if (page.getRecords().isEmpty()){
|
|
|
- err1[0] ="导出失败,请填写监控设备";
|
|
|
+ err1[0] ="导出失败,请绑定监控设备";
|
|
|
throw new BusinessException(err1[0]);
|
|
|
}
|
|
|
return new ArrayList<>(BeanMapperUtils.mapList(page.getRecords(), DeviceAnalogVariableListOneVo.class, DeviceAnalogVariableListExportVO.class));
|