From 39f62de2b0abdad6a933364184bb1cb71c16819f Mon Sep 17 00:00:00 2001 From: user Date: Thu, 28 Jun 2018 17:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=85=E4=BF=9D=E4=BA=BA=E5=92=8C=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E4=BA=BA=E4=BF=9D=E5=AD=98=E6=96=B9=E6=B3=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/flow/comm/handler/LBGuarantorPerUnitHandler.java | 2 +- .../project/commbusiness/LBProjectIntoTempInitCarBusiness.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src_tenwa/com/tenwa/flow/comm/handler/LBGuarantorPerUnitHandler.java b/src_tenwa/com/tenwa/flow/comm/handler/LBGuarantorPerUnitHandler.java index 63ca7481d..04500f231 100644 --- a/src_tenwa/com/tenwa/flow/comm/handler/LBGuarantorPerUnitHandler.java +++ b/src_tenwa/com/tenwa/flow/comm/handler/LBGuarantorPerUnitHandler.java @@ -30,7 +30,7 @@ public class LBGuarantorPerUnitHandler extends CommonHandler{ ci.setAttributeValue("WORKADD", bo.getAttribute("WORKADD").getString()); ci.setAttributeValue("other_income", bo.getAttribute("other_income").getString()); ci.setAttributeValue("title", bo.getAttribute("title").getString()); - + ci.setAttributeValue("BALANCESHEET","担保人"); cpt.saveObject(ci); tx.commit(); } diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java index 7ad5243e3..b539d05f7 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java @@ -63,6 +63,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness { boCRT.setAttributeValue("CERTTYPE", this.getAttribute("certtype")); boCRT.setAttributeValue("CERTID", certId); boCRT.setAttributeValue("FULLNAME", customerName); + boCRT.setAttributeValue("BALANCESHEET", "申请人"); }else{ boCRT.setAttributeValue("customerid", customerId); boCRT.setAttributeValue("InputOrgID", asUser.getOrgID()); @@ -70,7 +71,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness { boCRT.setAttributeValue("InputTime", StringFunction.getToday()); boCRT.setAttributeValue("CERTTYPE", this.getAttribute("certtype")); boCRT.setAttributeValue("CERTID", this.getAttribute("certid")); - boCRT.setAttributeValue("FULLNAME", this.getAttribute("custname")); + boCRT.setAttributeValue("BALANCESHEET", "申请人"); } //根据客户类型设置参数