Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
9ec7ac2b
Commit
9ec7ac2b
authored
Dec 15, 2020
by
xiaosl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽
parent
3fe80acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ActivityDTO.java
...main/java/com/xxfc/platform/activity/dto/ActivityDTO.java
+1
-0
ActivityMapper.xml
...ivity-server/src/main/resources/mapper/ActivityMapper.xml
+3
-0
No files found.
xx-activity/xx-activity-api/src/main/java/com/xxfc/platform/activity/dto/ActivityDTO.java
View file @
9ec7ac2b
...
@@ -29,5 +29,6 @@ public class ActivityDTO extends PageParam {
...
@@ -29,5 +29,6 @@ public class ActivityDTO extends PageParam {
private
Integer
activityId
;
private
Integer
activityId
;
@ApiModelProperty
(
value
=
"时间戳"
)
@ApiModelProperty
(
value
=
"时间戳"
)
private
Long
time
;
private
Long
time
;
private
Integer
isSee
;
}
}
xx-activity/xx-activity-server/src/main/resources/mapper/ActivityMapper.xml
View file @
9ec7ac2b
...
@@ -63,6 +63,9 @@
...
@@ -63,6 +63,9 @@
<if
test=
"type != null"
>
<if
test=
"type != null"
>
and a.`type`=#{type}
and a.`type`=#{type}
</if>
</if>
<if
test=
"isSee != null"
>
and a.`is_see`=#{isSee}
</if>
<if
test=
"userId != null and userId > 0"
>
<if
test=
"userId != null and userId > 0"
>
and a.`user_id`=#{userId}
and a.`user_id`=#{userId}
</if>
</if>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment