再次缩短在线人数vo的返回日期长度
This commit is contained in:
parent
46d937270d
commit
393c246018
@ -17,7 +17,7 @@ import java.util.Date;
|
||||
public class OnlineMemberVO {
|
||||
|
||||
//在线时间
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "MM-dd HH")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "dd HH")
|
||||
private Date date;
|
||||
|
||||
//在线会员人数
|
||||
|
Loading…
x
Reference in New Issue
Block a user