Commit 200be146 authored by 李健华's avatar 李健华

为了测试去掉调用金融业务验证

parent 6c4a4e13
...@@ -256,7 +256,7 @@ public class ModifyPhoneNoServiceImpl implements IModifyPhoneNoService { ...@@ -256,7 +256,7 @@ public class ModifyPhoneNoServiceImpl implements IModifyPhoneNoService {
if (userService.findByPhoneInDb(curPhoneNo) != null) { if (userService.findByPhoneInDb(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