存量客户共同申请人没有带出

This commit is contained in:
tangfutang 2020-07-30 19:11:18 +08:00
parent edafd85b9b
commit 10f0fa36e2

View File

@ -171,7 +171,7 @@ public class LBCustomerRelaTempToFormalBusiness extends BaseBussiness {
//配偶信息不考虑存量客户
fromCondtion.clear();
fromCondtion.put("flowunid",this.getAttribute("FlowUnid").toString());
fromCondtion.put("project_id",this.getAttribute("ProjectId").toString());
//fromCondtion.put("project_id",this.getAttribute("ProjectId").toString());
DataOperatorUtil.copyJBOSet(CUSTOMER_FAMILY_TEMP.CLASS_NAME, fromCondtion, CUSTOMER_FAMILY.CLASS_NAME, null, null, null, Sqlca);
String sMessage="true";