소스 검색

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

release_toaliyun_real
gongbiao 7 년 전
부모
커밋
24241b6dff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml 파일 보기

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


불러오는 중...
취소
저장