Commit 19e57b2a authored by liming's avatar liming

用户主页骑行记录查询

parent dd8b7d4e
...@@ -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}
......
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