From 0644ca952d7650945a47a41dafbc1e4c97973a68 Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 10 Feb 2023 17:14:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E5=AF=84=E5=94=AE=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/glxp/api/controller/inv/InvPreProductController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/controller/inv/InvPreProductController.java b/src/main/java/com/glxp/api/controller/inv/InvPreProductController.java index f86e8d572..0dc2ac0ea 100644 --- a/src/main/java/com/glxp/api/controller/inv/InvPreProductController.java +++ b/src/main/java/com/glxp/api/controller/inv/InvPreProductController.java @@ -48,7 +48,7 @@ public class InvPreProductController { * @param filterInvPreProductRequest * @return */ - @GetMapping("/spms/inv/pre/product/filterList") + @GetMapping("/spms/inv/pre/product/filter") public BaseResponse filterList(FilterInvPreProductRequest filterInvPreProductRequest) { boolean showSup = false; //前端控制表格显示字段 if (StrUtil.isNotBlank(filterInvPreProductRequest.getUdiCode())) {