From a0d2f70a2578ad8160bf4c9b983bf6b40c0f4f77 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 26 8月 2024 13:32:22 +0800 Subject: [PATCH] 2 --- iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs b/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs index f7fd64e..8d5a7b4 100644 --- a/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs +++ b/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs @@ -9,6 +9,7 @@ using Furion.DynamicApiController; using System.Text; using iWare.Wms.Core.Enum; +using Microsoft.AspNetCore.Authorization; namespace iWare.Wms.Application.Service.Pda { @@ -414,6 +415,7 @@ /// <returns></returns> [HttpGet("getWorkPieceByOP80NewCode")] [DisableOpLog] + [AllowAnonymous] public async Task<WorkPieceInfoOutput> getWorkPieceByOP80NewCode([FromQuery] WorkPieceByOP80NewCodeInputSearch input) { @@ -473,6 +475,7 @@ /// <param name="input"></param> /// <returns></returns> [HttpPost("outBoundWorkPiece")] + [DisableOpLog] [UnitOfWork] public async Task<string> outBoundWorkPiece([FromBody] OutBoundInput input) { @@ -539,6 +542,7 @@ /// <param name="input"></param> /// <returns></returns> [HttpPost("getOutBoundWorkPieceInfoCount")] + [DisableOpLog] public async Task<string> GetOutBoundWorkPieceInfoCount() { DateTimeOffset now = DateTimeOffset.Now; // 鑾峰彇褰撳墠鏃堕棿锛屽寘鎷椂鍖哄亸绉婚噺 -- Gitblit v1.9.3