Helius
2020-07-09 c03c9ec120c24f077a4805f8cf88cf17bb9d922e
src/main/java/com/xcong/excoin/modules/member/service/impl/MemberServiceImpl.java
@@ -917,6 +917,7 @@
                accountRecord.setContent("提币");
                accountRecord.setMemberId(memberId);
                accountRecord.setAmount(coinNumber);
                accountRecord.setWithdrawId(memberCoinWithdrawEntity.getId());
                accountRecord.setStatus(MemberAccountMoneyChange.STATUS_WAIT_INTEGER);
                accountRecord.setSymbol(memberSubmitCoinApplyDto.getSymbol());
                accountRecord.setType(MemberAccountMoneyChange.TYPE_WALLET_COIN);