Commit 9ec7ac2b authored by xiaosl's avatar xiaosl

屏蔽

parent 3fe80acc
......@@ -29,5 +29,6 @@ public class ActivityDTO extends PageParam {
private Integer activityId;
@ApiModelProperty(value = "时间戳")
private Long time;
private Integer isSee;
}
......@@ -63,6 +63,9 @@
<if test="type != null">
and a.`type`=#{type}
</if>
<if test="isSee != null">
and a.`is_see`=#{isSee}
</if>
<if test="userId != null and userId > 0">
and a.`user_id`=#{userId}
</if>
......
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