Commit d715b5ab authored by xuxin's avatar xuxin

注册体验金改为16元

parent 0d7eda8f
...@@ -472,9 +472,8 @@ public class AccountServiceImpl implements AccountService { ...@@ -472,9 +472,8 @@ public class AccountServiceImpl implements AccountService {
list.add("171"); list.add("171");
list.add("184"); list.add("184");
list.add("170"); list.add("170");
if (!StringUtils.isEmpty(account.getPhoneNumber()) && !list.contains(account.getPhoneNumber().substring(0, 3))) { if (!StringUtils.isEmpty(account.getPhoneNumber()) && !list.contains(account.getPhoneNumber().substring(0, 3))) {
paymentService.bankTransferInsertion(account.getName(), 12); paymentService.bankTransferInsertion(account.getName(), 16);
} }
log.info("new account has been created: " + account.getName()); log.info("new account has been created: " + account.getName());
......
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