Helius
2020-07-10 ffe9a51b8d9e550e2211dafb7b0552322b32ed10
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);