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