Commit 064268c2 authored by 李健华's avatar 李健华

Merge branch 'KA-27' into 'master'

修改密码验证提示修改

See merge request !12
parents 2c128f3a f92b39cc
......@@ -251,7 +251,7 @@ public class ModifyPhoneNoServiceImpl implements IModifyPhoneNoService {
throw new DataException("信息填写有误,请重新填写。");
}
if (userRepository.findByPhoneNo(curPhoneNo) != null) {
throw new DataException("信息填写有误,请重新填写。");
throw new DataException("填写信息有误,新手机号已注册。");
}
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