在线人数展示时间字段完整展示
This commit is contained in:
parent
571bc0ed93
commit
80ca2b6388
@ -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;
|
||||||
|
|
||||||
//在线会员人数
|
//在线会员人数
|
||||||
|
Loading…
x
Reference in New Issue
Block a user