罚息减免流程修改
This commit is contained in:
parent
8e3dc164df
commit
436f2d9835
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user