|
@@ -19,6 +19,7 @@ import com.platform.dao.vo.export.repair.ExporHistoryFaultsVO;
|
|
|
import com.platform.dao.vo.export.repair.ExportRepairApplicationFormMergeVO;
|
|
|
import com.platform.dao.vo.export.repair.ExportRepairApplicationFormVO;
|
|
|
import com.platform.dao.vo.export.repair.ExportRepairCheckVO;
|
|
|
+import com.platform.dao.vo.export.sb.ExportSbStatusLogVO2;
|
|
|
import com.platform.dao.vo.repair.RepairApplicationFormVO;
|
|
|
import com.platform.rest.RestApplication;
|
|
|
import com.platform.rest.log.annotation.SysLog;
|
|
@@ -347,7 +348,7 @@ public class RepairApplicationFormController {
|
|
|
}
|
|
|
}
|
|
|
List<RepairApplicationFormVO> excelList = repairApplicationFormMapper.selectPageList(record);
|
|
|
- ExcelUtil.exportResponseDict(response, ExporHistoryFaultsVO.class, excelList, "历史故障统计");
|
|
|
+ ExcelUtil.exportResponseDict(response, ExporHistoryFaultsVO.class, BeanConverterUtil.copyListProperties(excelList, ExporHistoryFaultsVO.class), "历史故障统计");
|
|
|
}
|
|
|
|
|
|
}
|