update 推送充电报告算法

This commit is contained in:
Lemon
2025-11-24 09:29:09 +08:00
parent e9a2e20d23
commit 0472df17c9
3 changed files with 44 additions and 25 deletions

View File

@@ -122,7 +122,7 @@ import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ThreadFactory;
import java.util.stream.Collectors;
@ActiveProfiles("pre")
@ActiveProfiles("dev")
@SpringBootTest(classes = JsowellApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@RunWith(SpringRunner.class)
public class SpringBootTestController {