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", "申请人"); } //根据客户类型设置参数