ard-work/src/main/java/com/ruoyi/health/controller/HealthController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ard-work/src/main/java/com/ruoyi/health/controller/HealthController.java
@@ -281,8 +281,8 @@ @PreAuthorize("@ss.hasPermi('sy:syCar:GetPartsAlertLeve')") @ApiOperation("获取点") @GetMapping("GetPartsAlertLeve") public Results GetPartsAlertLeve(Integer id){ @GetMapping("GetPartsAlertLevel") public Results GetPartsAlertLevel(Integer id){ List<SysConfig> sysConfigs = configService.getAccPwd(); String account = null,password = null,url = null; for (int i = 0; i < sysConfigs.size(); i++) {