ximon-admin/src/main/java/com/sandu/ximon/admin/controller/PlayPlanNvController.java
@@ -46,7 +46,7 @@ public ResponseVO<Object> pushToLed(@PathVariable Long plianId) { return ResponseUtil.success(playPlanNvService.pushToLed(plianId)); } @GetMapping("/listPaln") @GetMapping("/listPlan") public ResponseVO<Object> list(BaseConditionVO baseConditionVO, @RequestParam(value = "keyword", required = false) String keyword) { PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize()); LambdaQueryWrapper<PlayPlanNv> wrapper = new LambdaQueryWrapper<>();//