c3b59ab4 by 肖初晴

【DAOP-1.0】数据需求

【功能点】联调问题处理
1 parent b46d749b
...@@ -77,7 +77,7 @@ public class DemandRSVO { ...@@ -77,7 +77,7 @@ public class DemandRSVO {
77 * 期望交付时间 77 * 期望交付时间
78 */ 78 */
79 @Schema(description = "期望交付时间") 79 @Schema(description = "期望交付时间")
80 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 80 @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
81 private Date deliveryTime; 81 private Date deliveryTime;
82 82
83 /** 83 /**
...@@ -175,7 +175,7 @@ public class DemandRSVO { ...@@ -175,7 +175,7 @@ public class DemandRSVO {
175 * 验收完成时间 175 * 验收完成时间
176 */ 176 */
177 @Schema(description = "验收完成时间") 177 @Schema(description = "验收完成时间")
178 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 178 @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
179 private Date acceptFinishTime; 179 private Date acceptFinishTime;
180 180
181 /** 181 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!