From e59b9402385221a2ed32a2926e46de3b22c7d4b3 Mon Sep 17 00:00:00 2001 From: "castle.zang" Date: Mon, 30 Dec 2024 19:48:57 +0800 Subject: [PATCH] =?UTF-8?q?44509=20=E6=9F=A5=E8=AF=A2=E6=9D=A1=E7=A0=81?= =?UTF-8?q?=E7=8A=B6=E6=80=81-=E5=88=A0=E9=99=A4=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=9A=84=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes/pcn/apiservice/controller/report/MesBusiReportController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/report/MesBusiReportController.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/report/MesBusiReportController.java index f5e0537..00b2f7c 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/report/MesBusiReportController.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/controller/report/MesBusiReportController.java @@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController; @Api("Mes业务报表") @RestController @RequestMapping(MesCommonConstant.MES_YANFEN + "/report") -public class MesBusiReportController extends MesBaseController { +public class MesBusiReportController { @Autowired private IMesYfReportService mesYfReportService;