Resolved conflicts
This commit is contained in:
@@ -35,7 +35,7 @@ public interface CompanyDocumentRepository extends JpaRepository<CompanyDocument
|
||||
|
||||
List<CompanyDocumentEntity> findByCategoryEntityId(Long categoryId);
|
||||
|
||||
|
||||
List<CompanyDocumentEntity> findByIdInAndIsDeletedFalseAndStatus(List<Long> ids,String status);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user