取消influxdb依赖

This commit is contained in:
2023-10-24 14:17:05 +08:00
parent 3984a19535
commit f38df3c345

View File

@@ -32,8 +32,7 @@ public class DemoTest extends BaseJunitTest {
@SneakyThrows @SneakyThrows
@Test @Test
public void test() { public void test() {
dayDataService.dataToDayHandler(new ArrayList<>(),"2022-01-01 00:00:00","2022-01-01 00:00:00");
System.out.println("hello");
} }