修复了一些bug

This commit is contained in:
13036795865 2025-06-21 11:34:28 +08:00
parent 322f986170
commit d8531a429a
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ public class SchoolEnterpriseAchievements extends BaseEntity {
/**
* 成果审核时间
*/
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "成果审核时间", width = 30, dateFormat = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "成果审核时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date reviewDate;
/**