717ab3a0 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent ede84453
...@@ -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 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!