Commit 4547ffb4 authored by liming's avatar liming

成就增加默认图标

parent eec15345
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
t3.height t3.height
from series_match_player_record t1 from series_match_player_record t1
left join sport_user t2 on t1.player_id = t2.id left join sport_user t2 on t1.player_id = t2.id
left join sport_user_training_log t3 on t3.game_mode = 20 and t1.id = t3.record_id left join sport_user_training_log t3 on t3.game_mode = 30 and t1.id = t3.record_id
where t1.match_id = #{matchId} and t1.finished = 1 where t1.match_id = #{matchId} and t1.finished = 1
</select> </select>
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
t3.height t3.height
from series_match_player_record t1 from series_match_player_record t1
left join sport_user t2 on t1.player_id = t2.id left join sport_user t2 on t1.player_id = t2.id
left join sport_user_training_log t3 on t3.game_mode = 20 and t1.id = t3.record_id left join sport_user_training_log t3 on t3.game_mode = 30 and t1.id = t3.record_id
where t1.match_id = #{sourceId} and t1.finished = 1 where t1.match_id = #{sourceId} and t1.finished = 1
order by t1.status desc,match_rank asc,t1.distance desc,t1.duration asc order by t1.status desc,match_rank asc,t1.distance desc,t1.duration asc
</if> </if>
......
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