From c9d3f6285440719077a2ff48e922f94b0258fbc3 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期三, 20 八月 2025 16:54:21 +0800 Subject: [PATCH] 报工接口完善 --- src/main/java/org/jeecg/modules/andon/controller/AndonResponseConfigController.java | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/src/main/java/org/jeecg/modules/andon/controller/AndonResponseConfigController.java b/src/main/java/org/jeecg/modules/andon/controller/AndonResponseConfigController.java index 63510ae..976af22 100644 --- a/src/main/java/org/jeecg/modules/andon/controller/AndonResponseConfigController.java +++ b/src/main/java/org/jeecg/modules/andon/controller/AndonResponseConfigController.java @@ -181,18 +181,4 @@ return super.importExcel(request, response, AndonResponseConfig.class); } - - /** - * APP瀹夌伅鎸夐挳鍒楄〃鏌ヨ - * - * @param factoryId - * @return - */ - @ApiOperation(value = "瀹夌伅鎸夐挳閰嶇疆-鍒楄〃鏌ヨ", notes = "瀹夌伅鎸夐挳閰嶇疆-鍒楄〃鏌ヨ") - @GetMapping(value = "/queryAndonButtonList") - public Result<List<AndonButtonDTO>> queryAndonButtonList(@RequestParam("factoryId") String factoryId) { - List<AndonButtonDTO> list = andonResponseConfigService.queryAndonButtonList(factoryId); - return Result.OK(list); - } - } -- Gitblit v1.9.3