From c0a909258480e865bc2ea6b196379ddddad133ed Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Sat, 20 Apr 2024 10:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/mes/wms/WmFgentryInspectController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs b/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs index 1d602cf9..d30693b5 100644 --- a/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs +++ b/ZR.Admin.WebApi/Controllers/mes/wms/WmFgentryInspectController.cs @@ -33,6 +33,8 @@ namespace ZR.Admin.WebApi.Controllers /// /// [HttpGet("transform")] + [AllowAnonymous] + [Log(Title = "把包装数据转换为检验数据", BusinessType = BusinessType.INSERT)] public IActionResult Transform(string workorder) { if(string.IsNullOrEmpty(workorder) == null)