Skip to content

Commit b62c317

Browse files
authored
fix: @where 어노테이션 임시 수정 (#238)
Co-authored-by: 나용준 <141994188+youngJun99@users.noreply.github.com>
1 parent 7d43ae2 commit b62c317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ssu/eatssu/domain/partnership/entity/Partnership.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@NoArgsConstructor(access = AccessLevel.PROTECTED)
2727
@Builder
2828
@AllArgsConstructor
29-
@Where(clause = "start_date <= CURRENT_DATE AND end_date >= CURRENT_DATE")
29+
@Where(clause = "end_date >= CURRENT_DATE")
3030
public class Partnership {
3131
@Id
3232
@GeneratedValue(strategy = GenerationType.IDENTITY)

0 commit comments

Comments
 (0)