src/main/java/com/whyc/controller/ConditionController.java
@@ -112,6 +112,13 @@ return powerInfService.getCompanyByUid(uinf.getId()); } @ApiOperation("获取电源型号(下拉)") @GetMapping("getPowerModelByUid") public Response getPowerModelByUid() { User uinf= ActionUtil.getUser(); return powerInfService.getPowerModelByUid(uinf.getId()); } @ApiOperation(value = "当前用户所在包机组下所有的用户(下拉)") @GetMapping("getBaojiUserByUid")