修改保存共同申请人
This commit is contained in:
parent
4a2d3491c5
commit
465e86f20b
@ -192,6 +192,7 @@ public class CustomerFamilyJoin {
|
||||
if(bo == null){
|
||||
bo = bom.newObject();
|
||||
bo.setAttributeValue("Partner_", "Y");
|
||||
bo.setAttributeValue("Spouse_", "N");
|
||||
bo.setAttributeValue("customerid", customerid);
|
||||
bo.setAttributeValue("flowunid", flowunid);
|
||||
bo.setAttributeValue("tel", tel);
|
||||
|
||||
@ -229,6 +229,7 @@ public class CustomerInfoManage {
|
||||
bo.setAttributeValue("suphone", suphone);
|
||||
bo.setAttributeValue("smincome", smincome);
|
||||
bo.setAttributeValue("shukou", shukou);
|
||||
bo.setAttributeValue("Spouse_", "Y");
|
||||
}else{
|
||||
bo = bom.newObject();
|
||||
bo.setAttributeValue("flowunid", flowunid);
|
||||
@ -245,6 +246,7 @@ public class CustomerInfoManage {
|
||||
bo.setAttributeValue("suphone", suphone);
|
||||
bo.setAttributeValue("smincome", smincome);
|
||||
bo.setAttributeValue("shukou", shukou);
|
||||
bo.setAttributeValue("Spouse_", "Y");
|
||||
}
|
||||
bom.saveObject(bo);
|
||||
}catch(Exception e){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user