业务申请,解决页面不输入值时不能结束流程
This commit is contained in:
parent
7baf78f679
commit
40158bdf2e
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user