分享时间改为yyyy-MM-dd HH:mm:ss
This commit is contained in:
+2
-2
@@ -75,8 +75,8 @@ public class LawsStandardSharing implements Serializable {
|
|||||||
private String recipientName;
|
private String recipientName;
|
||||||
|
|
||||||
/**分享时间*/
|
/**分享时间*/
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||||
@ApiModelProperty(value = "分享时间")
|
@ApiModelProperty(value = "分享时间")
|
||||||
private Date sharingTime;
|
private Date sharingTime;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user