bugfix 空指针异常

This commit is contained in:
Lemon
2026-03-09 15:53:42 +08:00
parent c012a9fd25
commit 0b191bed06
2 changed files with 6 additions and 5 deletions

View File

@@ -21,9 +21,6 @@ import org.springframework.web.bind.annotation.*;
@RequestMapping("/chargealgorithm")
public class ChargeAlgorithmController extends BaseController {
@Autowired
private ChargeAlgorithmService chargeAlgorithmService;
@Autowired
private BatteryChargeReportService batteryChargeReportService;