Commit 6f500998 by zhangxingmin

push

parent 69143400
...@@ -64,6 +64,7 @@ public class ApiRelObjectCertificateServiceImpl implements ApiRelObjectCertifica ...@@ -64,6 +64,7 @@ public class ApiRelObjectCertificateServiceImpl implements ApiRelObjectCertifica
BeanUtils.copyProperties(request,relObjectCertificate); BeanUtils.copyProperties(request,relObjectCertificate);
BeanUtils.copyProperties(dto,relObjectCertificate); BeanUtils.copyProperties(dto,relObjectCertificate);
relObjectCertificate.setRelObjectCertificateBizId(RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_REL_OBJECT_CERTIFICATE.getCode())); relObjectCertificate.setRelObjectCertificateBizId(RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_REL_OBJECT_CERTIFICATE.getCode()));
relObjectCertificate.setId(null);
return relObjectCertificate; return relObjectCertificate;
}).collect(Collectors.toList()); }).collect(Collectors.toList());
iRelObjectCertificateService.saveOrUpdateBatch(addList); iRelObjectCertificateService.saveOrUpdateBatch(addList);
......
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