src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -1099,7 +1099,7 @@ public BigDecimal updatePTFC(Long memberId, BigDecimal totalProfit) { BigDecimal multiply = totalProfit.multiply(new BigDecimal(0.05)); DappAccountMoneyChangeEntity dappAccountMoneyChangeEntity = new DappAccountMoneyChangeEntity( memberId, multiply, "系统", 9); memberId, multiply.negate(), "系统", 9); dappAccountMoneyChangeDao.insert(dappAccountMoneyChangeEntity); return multiply; }