业务申请,更改配偶信息页面代码和方法

This commit is contained in:
user 2018-07-09 15:39:54 +08:00
parent c654cff68b
commit 20f8a41739
2 changed files with 0 additions and 5 deletions

View File

@ -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";//--Ä£°åºÅ--

View File

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