罚息减免流程修改

This commit is contained in:
gityjf 2021-05-26 10:33:03 +08:00
parent 8e3dc164df
commit 436f2d9835

View File

@ -32,10 +32,10 @@ public class LCRentIncomeTempReductionListHandler extends CommonHandler {
penaltyAdjustOther = penaltyAdjustOther.subtract(new BigDecimal(boLRIT.getAttribute("penalty_adjust").getString()));
penaltyOverOther = penaltyOverOther.add(new BigDecimal(boLRIT.getAttribute("penalty_adjust").getString()));
}
//bo.setAttributeValue("PLAN_PENALTY", penalty);
bo.setAttributeValue("PLAN_PENALTY", penalty);
bo.setAttributeValue("FACT_PENALTY", factPenalty);
bo.setAttributeValue("OTHER_PENALTY_ADJUST", penaltyAdjustOther);
//bo.setAttributeValue("PENALTY_OVER", penaltyOverOther);
bo.setAttributeValue("PENALTY_OVER", penaltyOverOther);
}
@Override