From 4aae7962117063dbca168627c81c8b4f662e63c7 Mon Sep 17 00:00:00 2001 From: quowingwang Date: Sat, 20 Dec 2025 13:36:26 +0800 Subject: [PATCH] 1 --- .../Controllers/mes/andon/AndonAlarmAreaController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmAreaController.cs b/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmAreaController.cs index 88daa5f2..b8715410 100644 --- a/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmAreaController.cs +++ b/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmAreaController.cs @@ -12,7 +12,7 @@ namespace ZR.Admin.WebApi.Controllers.andon /// 报警区域表 /// [AllowAnonymous] - [Route("business/AndonAlarmArea")] + [Route("mes/AndonAlarmArea")] public class AndonAlarmAreaController : BaseController { ///