Selaa lähdekoodia

导出时间格式转换4

jichaobo 3 vuotta sitten
vanhempi
commit
c725494bda

+ 0 - 1
fiveep-service/src/main/java/com/bizmatics/service/impl/DeviceServiceImpl.java

@@ -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) {

+ 1 - 1
fiveep-service/src/main/java/com/bizmatics/service/vo/CorrespondDeviceExportVO.java

@@ -36,7 +36,7 @@ public class CorrespondDeviceExportVO {
      * 最后通信时间
      */
     @Excel(name = "最后通信时间", height = 6, width = 20)
-    private Date statusTime;
+    private String statusTime;
 
     /**
      * 站点ID