xiaoyong931011
2020-07-09 43dcf668f510da7aea8ccbe43e44039fdbe52a4a
20200709  代码提交
2 files modified
5 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/coin/entity/MemberAccountMoneyChange.java 4 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/service/impl/MemberServiceImpl.java 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/entity/MemberAccountMoneyChange.java
@@ -50,5 +50,9 @@
     * 状态【0:待审核 1:成功2:失败】
     */
    private int status;
    /**
     * 提币ID
     */
    private Long withdrawId;
}
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);