业务申请,修改发起脚本录入客户名称

This commit is contained in:
user 2018-07-06 09:41:43 +08:00
parent 6dafa18788
commit 6df59e0e65

View File

@ -79,6 +79,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness {
bmLEC.setAttributeValue("DISPLACEMENT", this.getAttribute("liter"));
bmLEC.setAttributeValue("gears", this.getAttribute("geartype"));
boLULT.setAttributeValue("CUSTOMER_NAME", this.getAttribute("custname"));
boLULT.setAttributeValue("project_id", this.getAttribute("ProjectId"));
boLULT.setAttributeValue("customer_id", customerId);
boLULT.setAttributeValue("flowunid", this.getAttribute("FlowUnid"));