Commit bf4d74a1 by zhangxingmin

push

parent 644a26ad
...@@ -116,6 +116,8 @@ public class CustomerServiceImpl extends ServiceImpl<CustomerMapper, Customer> ...@@ -116,6 +116,8 @@ public class CustomerServiceImpl extends ServiceImpl<CustomerMapper, Customer>
customer = new Customer(); customer = new Customer();
// 客户主表业务唯一id // 客户主表业务唯一id
customerBizId = RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_CUSTOMER.getCode()); customerBizId = RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_CUSTOMER.getCode());
}else {
customerBizId = customer.getCustomerBizId();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment