获取手机号

This commit is contained in:
wuyibo
2023-07-20 16:26:04 +08:00
parent 55c8cbd33e
commit d14ad66f3a
3 changed files with 32 additions and 3 deletions

View File

@@ -269,7 +269,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where id = #{id}
</update>
<update id="bindCompetitionMembersByTel">
update competition_members set user_id = #{userId} where contacts_tel = #{contactsTel}
update competition_members set user_id = #{userId} where contacts_tel = #{telephone}
</update>
<delete id="deleteCompetitionMembersById" parameterType="Long">