From b180708562d6fb872c83c05756e8041d9967483a Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期一, 22 十二月 2025 21:04:13 +0800
Subject: [PATCH] 2025.12.22 1. 修改日任务统计接口,新增当天内整改问题数和48小时内整改问题数统计

---
 src/test/kotlin/cn/flightfeather/supervision/SupervisionApplicationTests.kt |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/test/kotlin/cn/flightfeather/supervision/SupervisionApplicationTests.kt b/src/test/kotlin/cn/flightfeather/supervision/SupervisionApplicationTests.kt
index f374e7f..36b9bc5 100644
--- a/src/test/kotlin/cn/flightfeather/supervision/SupervisionApplicationTests.kt
+++ b/src/test/kotlin/cn/flightfeather/supervision/SupervisionApplicationTests.kt
@@ -3,14 +3,15 @@
 
 import cn.flightfeather.supervision.business.datafetch.FetchController
 import cn.flightfeather.supervision.infrastructure.service.ServerManager
-import cn.flightfeather.supervision.common.utils.UUIDGenerator
-//import org.junit.Test
-import org.junit.jupiter.api.Test
+import org.junit.Test
 import org.junit.jupiter.api.extension.ExtendWith
+import org.junit.runner.RunWith
 import org.springframework.beans.factory.annotation.Autowired
 import org.springframework.boot.test.context.SpringBootTest
 import org.springframework.test.context.junit.jupiter.SpringExtension
+import org.springframework.test.context.junit4.SpringRunner
 
+@RunWith(SpringRunner::class)
 @ExtendWith(SpringExtension::class)
 @SpringBootTest
 class SupervisionApplicationTests {

--
Gitblit v1.9.3