From 8490eb11583ffdc586436f165860de5cfc39f915 Mon Sep 17 00:00:00 2001
From: cjl <909710561@qq.com>
Date: Mon, 06 Jan 2025 09:18:29 +0800
Subject: [PATCH] fix:sql查询时间调整
---
screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java b/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
index 5238ee0..be41660 100644
--- a/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
+++ b/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
@@ -65,6 +65,10 @@
@ExcelProperty(value = "���������")
private String escalationName;
+ @ApiModelProperty(value = "������������")
+ @ExcelProperty(value = "������������")
+ private String problemDescribe;
+
/* @ApiModelProperty(value = "������������")
private List<FileAddressVo> fileBaseList;*/
@@ -80,8 +84,8 @@
@ExcelProperty(value = "������������")
private String changeDescribe;
- @ApiModelProperty(value = "���������������")
- @ExcelProperty(value = "���������������")
+ @ApiModelProperty(value = "���������������")
+ @ExcelProperty(value = "���������������")
private String changeName;
@ApiModelProperty(value = "������������")
@@ -92,6 +96,14 @@
@ExcelProperty(value = "���������������",converter = MyStringImageConverterUtil.class)
private List<String> writeCellDataFileResult;
+ @ApiModelProperty(value = "������")
+ @ExcelProperty(value = "������������")
+ private String stateStr;
+
+ @ApiModelProperty(value = "������������")
+ @ExcelProperty(value = "������������")
+ private String checkDescribe;
+
/* @ApiModelProperty(value = "������������id")
private Integer unitId;
--
Gitblit v1.8.0