|
|
@@ -48,7 +48,7 @@ public class SampleSubmitVo {
|
|
|
private String receiveUserName;
|
|
|
|
|
|
@Schema(description = "申请时间", example = "2022-01-01")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone="GMT+8")
|
|
|
private LocalDate applyTime;
|
|
|
|
|
|
@Schema(description = "检测人员", example = "[{\"id\":1,\"name\":\"张三\"},{\"id\":2,\"name\":\"李四\"}]")
|