【DAOP-1.0】企业认证
【功能点】联调问题处理
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -38,7 +38,7 @@ public class ServicerMaintainRQVO extends FlowRQBaseVO { | ... | @@ -38,7 +38,7 @@ public class ServicerMaintainRQVO extends FlowRQBaseVO { |
38 | * 提交时间 | 38 | * 提交时间 |
39 | */ | 39 | */ |
40 | @Schema(description = "提交时间") | 40 | @Schema(description = "提交时间") |
41 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") | 41 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
42 | private Date submitTime; | 42 | private Date submitTime; |
43 | 43 | ||
44 | /** | 44 | /** | ... | ... |
... | @@ -44,7 +44,7 @@ public class ServicerMaintainRSVO { | ... | @@ -44,7 +44,7 @@ public class ServicerMaintainRSVO { |
44 | * 提交时间 | 44 | * 提交时间 |
45 | */ | 45 | */ |
46 | @Schema(description = "提交时间") | 46 | @Schema(description = "提交时间") |
47 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") | 47 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
48 | private Date submitTime; | 48 | private Date submitTime; |
49 | 49 | ||
50 | /** | 50 | /** | ... | ... |
-
Please register or sign in to post a comment