Преглед изворни кода

[微信第三方登录][修改]:解除绑定

release_toaliyun_real
Stormeye Wu пре 7 година
родитељ
комит
07075d28bc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Прегледај датотеку

@@ -175,7 +175,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}
@@ -184,7 +184,7 @@
and username=#{username}
</if>
<if test=" null != id ">
and `id` != #{id}
and `id` = #{id}
</if>
</update>



Loading…
Откажи
Сачувај