ximon-admin/src/main/java/com/sandu/ximon/admin/controller/PoleController.java
@@ -205,4 +205,15 @@ } /** * 查找自己拥有的灯杆 */ @PostMapping("/getOwnerPole") public ResponseVO<Object> getOwnerPole(BaseConditionVO baseConditionVO, @RequestParam(value = "keyword", required = false) String keyword) { //public ResponseVO<Object> setMac() { return ResponseUtil.success(poleService.getOwnerPole(baseConditionVO,keyword)); // return ResponseUtil.success(poleService.setMac()); } }