|
@@ -40,8 +40,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 开始时间
|
|
|
*/
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd'T'HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date startTime;
|
|
|
|
|
|
/**
|