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
19e57b2a
Commit
19e57b2a
authored
Apr 13, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户主页骑行记录查询
parent
dd8b7d4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SportUserTrainingLogBusinessMapper.xml
...mapper/traininglog/SportUserTrainingLogBusinessMapper.xml
+1
-1
No files found.
server-api/src/main/resources/mapper/traininglog/SportUserTrainingLogBusinessMapper.xml
View file @
19e57b2a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
left join map_path t3 on t1.path = t3.path_key
left join map_path t3 on t1.path = t3.path_key
where t1.player_id = #{userId}
where t1.player_id = #{userId}
<if
test=
"date != null"
>
<if
test=
"date != null"
>
and t1.date = #{date}
and t1.
create_
date = #{date}
</if>
</if>
<if
test=
"gameMode != null"
>
<if
test=
"gameMode != null"
>
and t1.game_mode = #{gameMode}
and t1.game_mode = #{gameMode}
...
...
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