修复了一些bug
This commit is contained in:
parent
322f986170
commit
d8531a429a
|
@ -146,8 +146,8 @@ public class SchoolEnterpriseAchievements extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 成果审核时间
|
* 成果审核时间
|
||||||
*/
|
*/
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@Excel(name = "成果审核时间", width = 30, dateFormat = "yyyy-MM-dd")
|
@Excel(name = "成果审核时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date reviewDate;
|
private Date reviewDate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue