From f92783da5430037bf80cf28a5cf7091cdecefbb7 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期五, 09 五月 2025 09:23:51 +0800 Subject: [PATCH] 追加用户邮件备注 --- src/main/java/com/whyc/controller/ProductBomController.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/whyc/controller/ProductBomController.java b/src/main/java/com/whyc/controller/ProductBomController.java index b04e81e..efc350d 100644 --- a/src/main/java/com/whyc/controller/ProductBomController.java +++ b/src/main/java/com/whyc/controller/ProductBomController.java @@ -13,9 +13,7 @@ import org.springframework.web.bind.annotation.*; import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; import java.util.Date; -import java.util.List; @Api(tags = "鍥剧焊绠$悊") @RestController @@ -74,8 +72,8 @@ }*/ @ApiOperation(tags = "鏁h浠剁鐞�",value = "鏌ヨ鎵�鏈変骇鍝佷腑娌℃湁涓庢寚瀹氭暎瑁呬欢鍏宠仈鐨勫瓙浠�") @GetMapping("getAllSubWithOutMaterial") - public Response getAllSubWithOutMaterial(@RequestParam int MaterialId){ - return service.getAllSubWithOutMaterial(MaterialId); + public Response getAllSubWithOutMaterial(@RequestParam int materialId){ + return service.getAllSubWithOutMaterial(materialId); } } -- Gitblit v1.9.1