From aebd2d642e19ce9ccb253c671b239e7ed9fc91c6 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 10 九月 2025 16:11:12 +0800 Subject: [PATCH] 代码修改为七喜 --- WebApi/Gs.Pda/Service/IqcManager.cs | 29 ++++++++++++++--------------- 1 files changed, 14 insertions(+), 15 deletions(-) diff --git a/WebApi/Gs.Pda/Service/IqcManager.cs b/WebApi/Gs.Pda/Service/IqcManager.cs index 50d1125..1f67311 100644 --- a/WebApi/Gs.Pda/Service/IqcManager.cs +++ b/WebApi/Gs.Pda/Service/IqcManager.cs @@ -3,21 +3,20 @@ using Microsoft.AspNetCore.Http; using static Gs.Toolbox.UtilityHelper; -namespace Gs.Pda.Service; - -[ApiGroup(ApiGroupNames.PDA)] -public class IqcManager : IRomteService +namespace Gs.Pda.Service { - private readonly IHttpContextAccessor _http; - - /// <summary> - /// 鐢ㄦ埛Code,鐢ㄦ埛Guid,缁勭粐ID - /// </summary> - private readonly string _userCode, _userGuid, _orgFids; - - public IqcManager(IHttpContextAccessor httpContextAccessor) + [ApiGroup(ApiGroupNames.PDA)] + public class IqcManager : IRomteService { - _http = httpContextAccessor; - (_userCode, _userGuid, _orgFids) = GetUserGuidAndOrgGuid(_http); + private readonly IHttpContextAccessor _http; + /// <summary> + /// 鐢ㄦ埛Code,鐢ㄦ埛Guid,缁勭粐ID + /// </summary> + private readonly string _userCode, _userGuid, _orgFids; + public IqcManager(IHttpContextAccessor httpContextAccessor) + { + _http = httpContextAccessor; + (_userCode, _userGuid, _orgFids) = GetUserGuidAndOrgGuid(_http); + } } -} \ No newline at end of file +} -- Gitblit v1.9.3