在线人数展示时间字段完整展示

This commit is contained in:
Chopper 2021-06-02 17:28:43 +08:00
parent 571bc0ed93
commit 80ca2b6388

View File

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