From 3dcb65184a226f0af62a7d2f4a936418a77c8f9c Mon Sep 17 00:00:00 2001 From: quowingwang Date: Tue, 20 Jan 2026 16:16:09 +0800 Subject: [PATCH] =?UTF-8?q?plc=E5=B7=A5=E8=89=BA=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PLC/Controllers/PlcProductionDataController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIZO.Admin.WebApi/PLC/Controllers/PlcProductionDataController.cs b/RIZO.Admin.WebApi/PLC/Controllers/PlcProductionDataController.cs index cf671d2..de51b19 100644 --- a/RIZO.Admin.WebApi/PLC/Controllers/PlcProductionDataController.cs +++ b/RIZO.Admin.WebApi/PLC/Controllers/PlcProductionDataController.cs @@ -8,7 +8,7 @@ namespace RIZO.Admin.WebApi.PLC.Controllers /// /// 产线PLC生产参数数据表 /// - [Route("plc/PlcProductionData")] + [Route("mes/PlcProductionData")] [AllowAnonymous] public class PlcProductionDataController : BaseController {