mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
获取手机号
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user