Commit 671e8810 by zhangxingmin

push

parent 43858bd5
......@@ -265,7 +265,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
vo.setPaidRatio(paidRatio);
vo.setPaidAmount(paidAmount);
// 关键逻辑:累计实佣率是否已达标(实佣率 >= 产品来佣率)
// 累计实佣率是否已达标(实佣率 >= 产品来佣率)
if (paidRatio.compareTo(expected.getCommissionRatio()) >= 0) {
// 已达标或超额,待入账金额/比例归零
vo.setPendingRatio(BigDecimal.ZERO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment