Commit f44a70c88528cc483e8699bd83eec81f4849f2c5

Authored by landong2015
1 parent 671cac0dd8
Exists in master

修改更换绑定手机接口

Showing 1 changed file with 1 additions and 0 deletions

webApi/src/main/java/com/lyms/yimiao/web/controller/v1/UserController.java View file @ f44a70c
... ... @@ -236,6 +236,7 @@
236 236 for (YmUsers data : ymUsersList){
237 237 if (phone.equals(data.getPhone())){
238 238 ResultUtils.buildParameterErrorResultAndWrite(response,"当前手机已绑定,请重新输入");
  239 + return;
239 240 }
240 241 }
241 242 }