From 436f2d9835b80e92cf8cfe71269b18038c682ed4 Mon Sep 17 00:00:00 2001 From: gityjf <2211675158@qq.com> Date: Wed, 26 May 2021 10:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=9A=E6=81=AF=E5=87=8F=E5=85=8D=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rent/rentincome/LCRentIncomeTempReductionListHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java b/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java index 5b07b4c34..deae54591 100644 --- a/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java +++ b/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java @@ -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