From 40158bdf2ee5eb768a073678e2f07e5c477fb3ca Mon Sep 17 00:00:00 2001 From: user Date: Thu, 12 Jul 2018 15:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=A1=B5=E9=9D=A2=E4=B8=8D=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E5=80=BC=E6=97=B6=E4=B8=8D=E8=83=BD=E7=BB=93=E6=9D=9F=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/commbusiness/LBCustomerTempToFormalBusiness.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBCustomerTempToFormalBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBCustomerTempToFormalBusiness.java index 06065550f..bc6ed08e3 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBCustomerTempToFormalBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBCustomerTempToFormalBusiness.java @@ -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");