Commit 8ae07af1 authored by liming's avatar liming

过滤掉玩家排行榜被删除的用户信息

parent 4e04e30c
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
left join sport_user t2 on t1.player_id = t2.id left join sport_user t2 on t1.player_id = t2.id
where year = #{param.year} where year = #{param.year}
and month = #{param.month} and month = #{param.month}
and t2.deleted = 0
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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