Commit 28550325 authored by 赵浩琳's avatar 赵浩琳

返回日期格式加具体时间

parent d600e685
...@@ -26,8 +26,10 @@ public class UserModifyPhoneRecordResp { ...@@ -26,8 +26,10 @@ public class UserModifyPhoneRecordResp {
private String financialResponse; private String financialResponse;
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
private Timestamp createdAt; private Timestamp createdAt;
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
private Timestamp updatedAt; private Timestamp updatedAt;
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8") @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment