|
|
@@ -681,7 +681,7 @@ public class ReportsServiceImpl extends ServiceImpl<ReportsMapper, Reports> impl
|
|
|
if (PSAmount.compareTo(new BigDecimal("0.00")) != 0 && HYAmount.compareTo(new BigDecimal("0.00")) != 0) {
|
|
|
rate = PSAmount.divide(HYAmount, MathContext.DECIMAL32).setScale(2, RoundingMode.HALF_UP);
|
|
|
if (new BigDecimal(bCorps.getPsRate()).compareTo(rate) > 0) {
|
|
|
- item.setText("公司实际分成比例:" + rate + "(" + bCorps.getPsRate() + ")");
|
|
|
+ item.setSharingRatio("公司实际分成比例:" + rate + "(" + bCorps.getPsRate() + ")");
|
|
|
}
|
|
|
}
|
|
|
}
|