717ab3a0 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent ede84453
......@@ -38,7 +38,7 @@ public class ServicerMaintainRQVO extends FlowRQBaseVO {
* 提交时间
*/
@Schema(description = "提交时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date submitTime;
/**
......
......@@ -44,7 +44,7 @@ public class ServicerMaintainRSVO {
* 提交时间
*/
@Schema(description = "提交时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date submitTime;
/**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!