add 自助进件调整

master
luoyang 5 years ago
parent 38d959e20c
commit 082a9d2d31

@ -2169,7 +2169,7 @@ public class RetailAppServiceImp implements RetailAppService {
if (!StringUtils.equals(captcha, params.getString("captcha"))) { if (!StringUtils.equals(captcha, params.getString("captcha"))) {
throw new BadRequestException("Verification code is wrong"); throw new BadRequestException("Verification code is wrong");
} }
JSONObject account = clientAccountMapper.findByPhone(contact_phone, "+" + nation_code); JSONObject account = clientAccountMapper.findByPhone(contactPhone, "+" + nationCode);
if (account != null) { if (account != null) {
throw new BadRequestException("Mobile phone number has been bound to other users, please unbind it before binding"); throw new BadRequestException("Mobile phone number has been bound to other users, please unbind it before binding");
} }

Loading…
Cancel
Save