Explorar el Código

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

release_toaliyun_real
gongbiao hace 7 años
padre
commit
24241b6dff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar