schangxiang@126.com
2025-12-03 a6aaad96f92dbf9c6ae2c81072509981cc97e6d7
iWara.SCADA.Code/iWare.Wms.EntityFramework.Core/DbContexts/SCADAGatewayDbContext.cs
@@ -129,7 +129,8 @@
            // 当前操作者信息
            var userId = App.User?.FindFirst(ClaimConst.CLAINM_USERID)?.Value;
            var userName = App.User?.FindFirst(ClaimConst.CLAINM_ACCOUNT)?.Value;
            //var userName = App.User?.FindFirst(ClaimConst.CLAINM_ACCOUNT)?.Value;
            var userName = App.User?.FindFirst(ClaimConst.CLAINM_NAME)?.Value;
            // 当前操作者机构信息
            var orgId = App.User?.FindFirst(ClaimConst.CLAINM_ORGID)?.Value;
            var orgName = App.User?.FindFirst(ClaimConst.CLAINM_ORGNAME)?.Value;