Skip to content

Commit

Permalink
refactor : 2024 1학기 활동보고서 기준일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Mar 9, 2024
1 parent 2ece78f commit 2702027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@RequiredArgsConstructor
public class ActivityReportService {

private static final String START_DATE = "2023-09-04";
private static final String START_DATE = "2024-03-04";
private static final int DEFAULT_TERM = 1;
private static final int CORRECTION_VALUE = 1;
private static final int TERM_LENGTH_OF_DAYS = 14;
Expand Down

0 comments on commit 2702027

Please sign in to comment.