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
gongbiao
7 years ago
parent
d0d3c95faf
commit
24241b6dff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save