This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[微信第三方登录][修改]:解除绑定
release_toaliyun_real
Stormeye Wu
7 years ago
parent
5607e17927
commit
3e1b3661e8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml
+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml
View File
@@ -157,7 +157,7 @@
<update id="removeWebOpenId" >
update mall_user_info
set `web_open_id` =
#{webOpenId}
set `web_open_id` =
null
where 1=1
<if test=" null != tenantId ">
and `tenant_id`=#{tenantId}
@@ -166,7 +166,7 @@
and username=#{username}
</if>
<if test=" null != id ">
and `id`
!
= #{id}
and `id` = #{id}
</if>
</update>
Write
Preview
Loading…
Cancel
Save