src/test/kotlin/cn/flightfeather/supervision/business/bgtask/AopTaskCtrlTest.kt
@@ -40,8 +40,15 @@ } @Test fun startMonthly() { aopTaskCtrl.startAll(LocalDate.now().atStartOfDay().minusMonths(1)) val reader = BufferedReader(InputStreamReader(System.`in`)) reader.readLine() } @Test fun startNewTask(){ val time = LocalDate.of(2024, 6, 23).atStartOfDay() val time = LocalDate.of(2024, 7, 23).atStartOfDay() aopTaskCtrl.startNewTask(aopTaskCtrl.getArea(time, "310106", "静安区", Constant.SceneType.TYPE1)) val reader = BufferedReader(InputStreamReader(System.`in`)) reader.readLine()