From b44955171ff4416a9041fd6b674800bfc4d8ee16 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 18 八月 2025 11:41:20 +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