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

修改手机号注释请求金融

parent bee82863
...@@ -254,7 +254,7 @@ public class ModifyPhoneNoServiceImpl implements IModifyPhoneNoService { ...@@ -254,7 +254,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