Skip to content

Commit

Permalink
🦷 :: (#848) 중복 지원 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Nov 12, 2024
1 parent 154befd commit f442905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public enum ApplicationStatus {
ACCEPTANCE("근로계약"),
REJECTED("반려");

public static final List<ApplicationStatus> DUPLICATE_CHECK = List.of(APPROVED, PASS, FIELD_TRAIN);
public static final List<ApplicationStatus> DUPLICATE_CHECK = List.of(REQUESTED, SEND, PROCESSING, ACCEPTANCE, APPROVED, PASS, FIELD_TRAIN);
private final String name;
}

0 comments on commit f442905

Please sign in to comment.