|
|
|
@ -340,7 +340,8 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserDao, SysUserEntity> i |
|
|
|
|
// company.setCompanyName("()暂无组织编码发票");
|
|
|
|
|
// company.setCompanyCode("88");
|
|
|
|
|
// companyEntitys.add(company);
|
|
|
|
|
emailCodes = companyEntitys.stream().filter(e -> StringUtils.isNotBlank(e.getGfsh())).collect(Collectors.toList()); |
|
|
|
|
List<SysCompanyEntity> collect = companyEntitys.stream().filter(e -> StringUtils.isNotBlank(e.getGfsh())).collect(Collectors.toList()); |
|
|
|
|
Collections.copy(emailCodes,collect); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
user = this.toUser(user, userEntity); |
|
|
|
|