Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-server
Project
Project
Details
Activity
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
antai-sport
antai-sport-http-server
Commits
ede8e269
Commit
ede8e269
authored
Jul 28, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人信息增加心率
parent
bab99c9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
SimpleMatchBusinessMapper.xml
...esources/mapper/simplematch/SimpleMatchBusinessMapper.xml
+1
-0
TeamTrainingBusinessMapper.xml
...ources/mapper/teamtraining/TeamTrainingBusinessMapper.xml
+1
-0
No files found.
server-api/src/main/resources/mapper/simplematch/SimpleMatchBusinessMapper.xml
View file @
ede8e269
...
...
@@ -56,6 +56,7 @@
from simple_match_player_regist_log t1
join simple_match t2 on t1.match_id = t2.id
where t1.player_id = #{playerId} and t2.start_time
>
= #{today} and t2.start_time
>
= #{beginDate} and t2.start_time
<
#{endDate}
and t2.status = 20 and t2.deleted = 0
order by t2.start_time asc
</select>
</mapper>
\ No newline at end of file
server-api/src/main/resources/mapper/teamtraining/TeamTrainingBusinessMapper.xml
View file @
ede8e269
...
...
@@ -63,6 +63,7 @@
from team_training_player_regist_log t1
join team_training t2 on t1.team_training_id = t2.id
where t1.player_id = #{playerId} and t2.start_time
>
= #{today} and t2.start_time
>
= #{beginDate} and t2.start_time
<
#{endDate}
and t2.status = 20 and t2.deleted = 0
order by t2.start_time asc
</select>
</mapper>
\ No newline at end of file
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