|
|
@@ -25,20 +25,20 @@ import java.util.Map;
|
|
|
* @date 2024/2/3
|
|
|
*/
|
|
|
@RunWith(SpringRunner.class)
|
|
|
-@SpringBootTest(classes = XjrSoftApplication.class)
|
|
|
+//@SpringBootTest(classes = XjrSoftApplication.class)
|
|
|
public class ScheduleDataTest {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private IWfCourseAdjustService wfCourseAdjustService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private ICourseTableService courseTableService;
|
|
|
+//
|
|
|
+// @Autowired
|
|
|
+// private IWfCourseAdjustService wfCourseAdjustService;
|
|
|
+//
|
|
|
+// @Autowired
|
|
|
+// private ICourseTableService courseTableService;
|
|
|
|
|
|
@Test
|
|
|
void test() throws Exception {
|
|
|
- String eduYearSerialNo = "EY000000129";
|
|
|
- String startDate = "2024-09-02";
|
|
|
- String endDate = "2024-09-06";
|
|
|
+ String eduYearSerialNo = "EY000000137";
|
|
|
+ String startDate = "2025-09-14";
|
|
|
+ String endDate = "2025-09-21";
|
|
|
|
|
|
DataUtil dataUtil = new DataUtil();
|
|
|
|