修改保存共同申请人

This commit is contained in:
user 2018-06-28 16:25:56 +08:00
parent 4a2d3491c5
commit 465e86f20b
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -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){