业务申请,解决页面不输入值时不能结束流程

This commit is contained in:
user 2018-07-12 15:14:13 +08:00
parent 7baf78f679
commit 40158bdf2e

View File

@ -87,7 +87,8 @@ public class LBCustomerTempToFormalBusiness extends BaseBussiness {
}
}
BizObject cust=bm.newObject();
cust.setAttributeValue("customerid",bo.getAttribute("customerid").getString());
//cust.setAttributeValue("customerid",bo.getAttribute("customerid").getString());
cust.setAttributeValue("customerid",UUID.randomUUID().toString().replaceAll("-", ""));
cust.setAttributeValue("customername", bo.getAttribute("FULLNAME").getString());
cust.setAttributeValue("nationcode","CHN");
cust.setAttributeValue("customertype","03");