|
|
@@ -175,7 +175,7 @@ |
|
|
|
|
|
|
|
|
<update id="removeWebOpenId" > |
|
|
<update id="removeWebOpenId" > |
|
|
update mall_user_info |
|
|
update mall_user_info |
|
|
set `web_open_id` = #{webOpenId} |
|
|
|
|
|
|
|
|
set `web_open_id` = null |
|
|
where 1=1 |
|
|
where 1=1 |
|
|
<if test=" null != tenantId "> |
|
|
<if test=" null != tenantId "> |
|
|
and `tenant_id`=#{tenantId} |
|
|
and `tenant_id`=#{tenantId} |
|
|
@@ -184,7 +184,7 @@ |
|
|
and username=#{username} |
|
|
and username=#{username} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != id "> |
|
|
<if test=" null != id "> |
|
|
and `id` != #{id} |
|
|
|
|
|
|
|
|
and `id` = #{id} |
|
|
</if> |
|
|
</if> |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
|