|
@@ -36,9 +36,9 @@ public class ScheduleDataTest {
|
|
|
|
|
|
|
|
@Test
|
|
@Test
|
|
|
void test() throws Exception {
|
|
void test() throws Exception {
|
|
|
- String eduYearSerialNo = "EY000000137";
|
|
|
|
|
- String startDate = "2025-09-14";
|
|
|
|
|
- String endDate = "2025-09-21";
|
|
|
|
|
|
|
+ String eduYearSerialNo = "EY000000138";
|
|
|
|
|
+ String startDate = "2025-09-21";
|
|
|
|
|
+ String endDate = "2025-09-27";
|
|
|
|
|
|
|
|
DataUtil dataUtil = new DataUtil();
|
|
DataUtil dataUtil = new DataUtil();
|
|
|
|
|
|