From 4709decf4718376fb8984b05cda1ebd3f77bb4d0 Mon Sep 17 00:00:00 2001 From: xs Date: Wed, 18 Sep 2024 09:33:43 +0800 Subject: [PATCH] =?UTF-8?q?3.0.8=20=E7=89=A9=E6=96=99=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=86=85=E9=83=A8=E6=8E=A5=E5=8F=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hw/mes/controller/MesBaseMaterialInfoController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-modules/hw-mes/src/main/java/com/hw/mes/controller/MesBaseMaterialInfoController.java b/hw-modules/hw-mes/src/main/java/com/hw/mes/controller/MesBaseMaterialInfoController.java index 2a4b4ef2..58931566 100644 --- a/hw-modules/hw-mes/src/main/java/com/hw/mes/controller/MesBaseMaterialInfoController.java +++ b/hw-modules/hw-mes/src/main/java/com/hw/mes/controller/MesBaseMaterialInfoController.java @@ -138,7 +138,7 @@ public class MesBaseMaterialInfoController extends BaseController * 获取物料信息详细信息 */ @InnerAuth - @GetMapping(value = "/getMaterialByMaterialId/materialId}") + @GetMapping(value = "/getMaterialByMaterialId/{materialId}") public AjaxResult getMaterialByMaterialId(@PathVariable("materialId") Long materialId) { return success(mesBaseMaterialInfoService.selectMesBaseMaterialInfoByMaterialId(materialId));