Resolved conflicts while sync with master

This commit is contained in:
rajesh
2025-11-17 15:10:49 +05:30
5 changed files with 12 additions and 12 deletions

View File

@@ -179,6 +179,7 @@ public class EmailNotificationDao {
.map(DocumentEntity::getFilePath) // or getUrl()
.collect(Collectors.toList());
UserWithCompanyEntity userWithCompany=companyService.getUserWithCompany(userEntity.getId(),company.getId());
String companyEmail = userWithCompany.getEmail();
String contactEmail = userWithCompany.getContactEmail();