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
4547ffb4
Commit
4547ffb4
authored
Sep 29, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成就增加默认图标
parent
eec15345
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SeriesBusinessMapper.xml
...src/main/resources/mapper/series/SeriesBusinessMapper.xml
+1
-1
SportUserTrainingLogBusinessMapper.xml
...mapper/traininglog/SportUserTrainingLogBusinessMapper.xml
+1
-1
No files found.
server-api/src/main/resources/mapper/series/SeriesBusinessMapper.xml
View file @
4547ffb4
...
...
@@ -161,7 +161,7 @@
t3.height
from series_match_player_record t1
left join sport_user t2 on t1.player_id = t2.id
left join sport_user_training_log t3 on t3.game_mode =
2
0 and t1.id = t3.record_id
left join sport_user_training_log t3 on t3.game_mode =
3
0 and t1.id = t3.record_id
where t1.match_id = #{matchId} and t1.finished = 1
</select>
...
...
server-api/src/main/resources/mapper/traininglog/SportUserTrainingLogBusinessMapper.xml
View file @
4547ffb4
...
...
@@ -82,7 +82,7 @@
t3.height
from series_match_player_record t1
left join sport_user t2 on t1.player_id = t2.id
left join sport_user_training_log t3 on t3.game_mode =
2
0 and t1.id = t3.record_id
left join sport_user_training_log t3 on t3.game_mode =
3
0 and t1.id = t3.record_id
where t1.match_id = #{sourceId} and t1.finished = 1
order by t1.status desc,match_rank asc,t1.distance desc,t1.duration asc
</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