|
|
@@ -82,13 +82,13 @@ public class ProjectTask implements Serializable {
|
|
|
/**
|
|
|
* 开始时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date startTime;
|
|
|
|
|
|
/**
|
|
|
* 结束时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date endTime;
|
|
|
|
|
|
private String staffObject;
|