业务申请,更改配偶信息页面代码和方法
This commit is contained in:
parent
c654cff68b
commit
20f8a41739
@ -7,12 +7,9 @@
|
||||
*/
|
||||
String sPrevUrl = CurPage.getParameter("PrevUrl");
|
||||
String projectId = CurPage.getParameter("ProjectId");
|
||||
System.out.print("========================="+projectId);
|
||||
String flowunid = CurPage.getParameter("FlowUnid");
|
||||
String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'");
|
||||
String marriage = Sqlca.getString("select MARRIAGE from CUSTOMER_PERSON_TEMP where flowunid='"+flowunid+"'");
|
||||
System.out.print("============================"+marriage);
|
||||
//String customerid = CurPage.getParameter("customerid");
|
||||
if(sPrevUrl == null) sPrevUrl = "";
|
||||
|
||||
String sTempletNo = "CustomerFamilyTempInfo";//--Ä£°åºÅ--
|
||||
|
||||
@ -239,7 +239,6 @@ public class CustomerInfoManage {
|
||||
bo.setAttributeValue("smincome", smincome);
|
||||
bo.setAttributeValue("shukou", shukou);
|
||||
bo.setAttributeValue("Spouse_", "Y");
|
||||
String proejctId = this.projectId;
|
||||
bo.setAttributeValue("PROJECT_ID", projectId);
|
||||
}else{
|
||||
bo = bom.newObject();
|
||||
@ -258,7 +257,6 @@ public class CustomerInfoManage {
|
||||
bo.setAttributeValue("smincome", smincome);
|
||||
bo.setAttributeValue("shukou", shukou);
|
||||
bo.setAttributeValue("Spouse_", "Y");
|
||||
String proejctId = this.projectId;
|
||||
bo.setAttributeValue("PROJECT_ID", projectId);
|
||||
}
|
||||
bom.saveObject(bo);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user