Commit 4798165f by 阳浪

审核时间查询

parent 1207dc61
......@@ -39,11 +39,11 @@ public class PublicationParamVO extends ContextVO {
private Long level;
@ApiModelProperty(value="发布时间的起点")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date start;
@ApiModelProperty(value="发布时间的终点")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date end;
private Long siteId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment