Commit 8ad52371 authored by Administrator's avatar Administrator

Merge branch 'staging' into 'master'

注册体验金改为16元

See merge request !160
parents 102a8b67 d715b5ab
......@@ -472,9 +472,8 @@ public class AccountServiceImpl implements AccountService {
list.add("171");
list.add("184");
list.add("170");
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());
......
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