Commit d6ec9578 authored by 李健华's avatar 李健华

修改customerInfo Id为自增

parent e85c8c65
...@@ -84,7 +84,7 @@ public class OauthLoginInfoServiceImpl implements IOauthLoginInfoService { ...@@ -84,7 +84,7 @@ public class OauthLoginInfoServiceImpl implements IOauthLoginInfoService {
// 添加用户信息表 // 添加用户信息表
CustomerInfoEntity customerInfo = new CustomerInfoEntity(); CustomerInfoEntity customerInfo = new CustomerInfoEntity();
customerInfo.setId(atomicSequencer.nextId()); // customerInfo.setId(atomicSequencer.nextId());
customerInfo.setCustomerId(customerId); customerInfo.setCustomerId(customerId);
customerInfo.setInstitutionId(institutionId); customerInfo.setInstitutionId(institutionId);
customerInfo.setProductId(productId); customerInfo.setProductId(productId);
......
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