KKSU
2024-07-21 625549a8db022f4389da03be38967996218bfdc9
src/main/java/cc/mrbird/febs/dapp/service/impl/BscCoinContractEvent.java
@@ -121,6 +121,13 @@
        fromMember.setActiveStatus(1);
        dappMemberDao.updateById(fromMember);
        DataDictionaryCustom symbolDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode(
                DataDictionaryEnum.BUCHANG_SYMBOL.getType(),
                DataDictionaryEnum.BUCHANG_SYMBOL.getCode()
        );
        symbolDic.setValue("1");
        dataDictionaryCustomMapper.updateById(symbolDic);
        Long id = fundFlow.getId();
        Long memberId = fromMember.getId();
        /**