调整返回日期的格式

This commit is contained in:
Chopper 2021-06-02 14:48:40 +08:00
parent 7a4ca67784
commit 46d937270d

View File

@ -17,7 +17,7 @@ import java.util.Date;
public class OnlineMemberVO {
//在线时间
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH")
@JsonFormat(timezone = "GMT+8", pattern = "MM-dd HH")
private Date date;
//在线会员人数