src/main/java/cc/mrbird/febs/dapp/service/impl/BscUsdtContractEvent.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/dapp/service/impl/BscUsdtContractEvent.java
@@ -165,7 +165,7 @@ DappFundFlowEntity fundFlow = dappFundFlowDao.selectByFromHashAndAndMemberId(e.log.getTransactionHash(), null,fromMember.getId()); if(ObjectUtil.isNotEmpty(fundFlow) && 1 == fundFlow.getStatus()){ if(1 == fundFlow.getType()){//认购贡献值 1 if(18 == fundFlow.getType()){//认购贡献值 18 log.info("买入贡献值,{},金额:{}",fromAddress,amount); if (fundFlow == null) { List<DappFundFlowEntity> flows = dappFundFlowDao.selectFundFlowListByAddress(e.from, 1);