From bd978772e02e8a62e5450c01615aff444d534462 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 16 十一月 2023 17:15:05 +0800
Subject: [PATCH] 修改了查询异常数据的sql语句

---
 src/test/java/com/flightfeather/monitor/analysis/dust/RiskAnalysisControllerTest.kt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/test/java/com/flightfeather/monitor/analysis/dust/RiskAnalysisControllerTest.kt b/src/test/java/com/flightfeather/monitor/analysis/dust/RiskAnalysisControllerTest.kt
index 839524d..7ac1b93 100644
--- a/src/test/java/com/flightfeather/monitor/analysis/dust/RiskAnalysisControllerTest.kt
+++ b/src/test/java/com/flightfeather/monitor/analysis/dust/RiskAnalysisControllerTest.kt
@@ -1,6 +1,5 @@
 package com.flightfeather.monitor.analysis.dust
 
-import com.flightfeather.monitor.utils.DateUtil
 import org.junit.Test
 import org.junit.jupiter.api.extension.ExtendWith
 import org.junit.runner.RunWith
@@ -8,7 +7,6 @@
 import org.springframework.boot.test.context.SpringBootTest
 import org.springframework.test.context.junit.jupiter.SpringExtension
 import org.springframework.test.context.junit4.SpringRunner
-import java.time.LocalDate
 
 @RunWith(SpringRunner::class)
 @ExtendWith(SpringExtension::class)

--
Gitblit v1.9.3