From 3ec8bb1ceb56bbe46c152379257200c816acaea0 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期五, 26 八月 2022 11:46:11 +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