| | |
| | | return stationInfService.getStationByUid(uinf.getId(),provice,city,country); |
| | | } |
| | | |
| | | @ApiOperation("获取站点下的电源(下拉)") |
| | | @GetMapping("getPowerByUid") |
| | | public Response getPowerByUid(@RequestParam(required = false) String provice,@RequestParam(required = false) String city |
| | | ,@RequestParam(required = false) String country,@RequestParam(required = false) String stationName) { |
| | | User uinf= ActionUtil.getUser(); |
| | | return stationInfService.getPowerByUid(uinf.getId(),provice,city,country,stationName); |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "当前用户所在包机组下所有的用户(下拉)") |
| | | @GetMapping("getBaojiUserByUid") |