From 4a6f839ec9fe6123636e239e3bdacb73a7fffbf4 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期五, 13 六月 2025 13:10:24 +0800 Subject: [PATCH] 工具盘点- 选择工具修改 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/board/controller/DtBoardController.java | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/board/controller/DtBoardController.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/board/controller/DtBoardController.java index 909ed5c..f238759 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/board/controller/DtBoardController.java +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/board/controller/DtBoardController.java @@ -85,11 +85,12 @@ return Result.OK(result); } -// @ApiOperation(value = "鏁板瓧瀛敓鐪嬫澘-璁惧鏁呴殰", notes = "鏁板瓧瀛敓鐪嬫澘-璁惧鏁呴殰") -// @GetMapping("/equAlarmList") -// public Result<?> equAlarmList(@ApiParam(value = "productionId", required = true) String productionId) { -// dtBoardService. -// } + @ApiOperation(value = "鏁板瓧瀛敓鐪嬫澘-璁惧鏁呴殰", notes = "鏁板瓧瀛敓鐪嬫澘-璁惧鏁呴殰") + @GetMapping("/equRepairList") + public Result<?> equRepairList(@ApiParam(value = "productionId", required = true) String productionId) { + List<EquRepair> result = dtBoardService.equRepairList(productionId); + return Result.OK(result); + } } -- Gitblit v1.9.3