Skip to content

Commit b7069ad

Browse files
Merge branch 'local' of https://github.com/tranHoang-Phuc/ielts-mate-be into prod
# Conflicts: # .idea/workspace.xml
2 parents ca5a3be + 3bb2d39 commit b7069ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

listening-service/src/main/java/com/fptu/sep490/listeningservice/repository/ListeningExamRepository.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public interface ListeningExamRepository extends JpaRepository<ListeningExam, UU
2222

2323
@Query("""
2424
SELECT le FROM ListeningExam le
25-
WHERE le.createdBy = :userId
26-
AND le.isDeleted = false
25+
WHERE le.isDeleted = false
2726
AND le.isCurrent = true
2827
AND (
2928
:keyword IS NULL OR :keyword = '' OR

0 commit comments

Comments
 (0)