Browse Source

[账户管理][用户管理][修改业务逻辑,加手机号,用户名、手机号唯一]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
24241b6dff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml View File

@@ -112,7 +112,7 @@
and `phone` = #{phone}
</if>
<if test=" null != id ">
and `id` = #{id}
and `id` != #{id}
</if>
</select>


Loading…
Cancel
Save