担保人和申请人保存方法修改
This commit is contained in:
parent
f5e6f3df61
commit
39f62de2b0
@ -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();
|
||||
}
|
||||
|
||||
@ -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", "申请人");
|
||||
}
|
||||
|
||||
//¸ù¾Ý¿Í»§ÀàÐÍÉèÖòÎÊý
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user