fix
Helius
2022-06-24 eb47b0b39896461a5d2f674a1bfda2ddf05822b8
src/main/java/cc/mrbird/febs/mall/service/impl/MemberProfitServiceImpl.java
@@ -281,7 +281,7 @@
            }
            BigDecimal income = profit.multiply(profitProp).divide(BigDecimal.valueOf(agentMemberList.size()), 2, RoundingMode.HALF_UP);
            if (income.compareTo(BigDecimal.ZERO) > 0) {
            if (income.compareTo(BigDecimal.ZERO) < 1) {
                continue;
            }