担保人和申请人保存方法修改

This commit is contained in:
user 2018-06-28 17:11:21 +08:00
parent f5e6f3df61
commit 39f62de2b0
2 changed files with 3 additions and 2 deletions

View File

@ -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();
}

View File

@ -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", "申请人");
}
//¸ù¾Ý¿Í»§ÀàÐÍÉèÖòÎÊý