From 2158d2c1a531ef712be2836902958c5e542e1f4b Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期一, 18 八月 2025 18:02:54 +0800 Subject: [PATCH] 规范mes包下接口的请求前缀 --- 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