Commit ae6e6015 authored by liming's avatar liming

服务端拉取系列赛比赛信息接口

parent 88a2d4dc
......@@ -4,7 +4,7 @@
<select id="checkNicknameRepeat" resultType="java.lang.Boolean">
select count(1)>0
from sport_user
where nickname = #{nickname}
where nickname = #{nickname} and deleted = 0
<if test="sportUserId != null">
and id != #{sportUserId}
</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