From c6f3bd69690128fef7bc3c24b74995a293350d43 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期一, 18 八月 2025 09:14:29 +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