|
@@ -40,8 +40,6 @@ public class AdjDetailFormRptEx extends AbstractReportFormPlugin implements Plug
|
|
|
BigDecimal amount = row.getBigDecimal("amount");
|
|
|
//N薪系数
|
|
|
BigDecimal nxxs = row.getBigDecimal("hcdm_adjfileinfo.nckd_ncoefficient");
|
|
|
- if(nxxs.compareTo(BigDecimal.ZERO) == 0)
|
|
|
- continue;
|
|
|
//年薪总包 = 年度薪酬标准 + 年度薪酬标准 / 12 * N薪系数
|
|
|
BigDecimal a = amount.divide(new BigDecimal("12"),2, RoundingMode.HALF_UP).multiply(nxxs);
|
|
|
BigDecimal b = amount.add(a);
|