|
@@ -36,12 +36,12 @@ public class InvestigateTable extends BaseEntity
|
|
|
private String content;
|
|
|
|
|
|
/** 考察截止日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@Excel(name = "考察截止日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date endTime;
|
|
|
|
|
|
/** 考察开始日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@Excel(name = "考察开始日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date beginTime;
|
|
|
|