Commit f92b39cc authored by 李健华's avatar 李健华

修改密码验证提示修改

parent cecbe143
...@@ -251,7 +251,7 @@ public class ModifyPhoneNoServiceImpl implements IModifyPhoneNoService { ...@@ -251,7 +251,7 @@ public class ModifyPhoneNoServiceImpl implements IModifyPhoneNoService {
throw new DataException("信息填写有误,请重新填写。"); throw new DataException("信息填写有误,请重新填写。");
} }
if (userRepository.findByPhoneNo(curPhoneNo) != null) { if (userRepository.findByPhoneNo(curPhoneNo) != null) {
throw new DataException("信息填写有误,请重新填写。"); throw new DataException("填写信息有误,新手机号已注册。");
} }
checkLoanStatus(userId); checkLoanStatus(userId);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment