时间格式转换问题

This commit is contained in:
mx 2024-10-10 18:18:25 +08:00
parent cc27f18987
commit 1d7dd63273

View File

@ -122,6 +122,6 @@ public class PsCustomInfoBo {
*/ */
private List<Long> companyIds; private List<Long> companyIds;
@JsonFormat(pattern = "yyyy-MM-dd hh:mm") @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
private Date createTime; private Date createTime;
} }