@@ -449,7 +449,6 @@ public class DeviceServiceImpl extends AbstractCrudService<DeviceMapper, Device>
correspondDeviceTwoVO.setDeviceType(correspondDeviceList.get(j).getDeviceType());
Active.add(correspondDeviceTwoVO);
}
-
return new ArrayList<>(BeanMapperUtils.mapList(Active, CorrespondDeviceTwoVO.class, CorrespondDeviceExportVO.class));
}, null);
if (null != workbook) {
@@ -36,7 +36,7 @@ public class CorrespondDeviceExportVO {
* 最后通信时间
*/
@Excel(name = "最后通信时间", height = 6, width = 20)
- private Date statusTime;
+ private String statusTime;
/**
* 站点ID