From dbd41568b525e9102d9c14930d74e49af1d699f6 Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Mon, 12 Dec 2022 14:44:11 +0800 Subject: [PATCH] 20221212 --- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- SGGL/FineUIPro.Web/SysManage/UserList.aspx | 4 ++-- SGGL/FineUIPro.Web/SysManage/UserList.aspx.cs | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index d2fdfd74..c2f545a2 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -12255,7 +12255,7 @@ True 0 / - http://localhost:9691/ + http://localhost:4909/ False False diff --git a/SGGL/FineUIPro.Web/SysManage/UserList.aspx b/SGGL/FineUIPro.Web/SysManage/UserList.aspx index 1eeb3140..101e1d17 100644 --- a/SGGL/FineUIPro.Web/SysManage/UserList.aspx +++ b/SGGL/FineUIPro.Web/SysManage/UserList.aspx @@ -119,11 +119,11 @@ diff --git a/SGGL/FineUIPro.Web/SysManage/UserList.aspx.cs b/SGGL/FineUIPro.Web/SysManage/UserList.aspx.cs index 7867b1a0..bfea6357 100644 --- a/SGGL/FineUIPro.Web/SysManage/UserList.aspx.cs +++ b/SGGL/FineUIPro.Web/SysManage/UserList.aspx.cs @@ -42,7 +42,8 @@ From Person_Persons AS person LEFT JOIN Base_Unit AS Unit ON Unit.UnitId=person.UnitId LEFT JOIN Base_Depart AS Depart ON Depart.DepartId=person.DepartId - WHERE RoleIds IS NOT NULL AND person.PersonId !='" + Const.sysglyId + "' AND person.PersonId !='" + Const.hfnbdId + "' AND person.PersonId !='" + Const.sedinId + "'"; + WHERE RoleIds IS NOT NULL AND RoleIds != '' AND Account IS NOT NULL AND Account !='' + AND person.PersonId !='" + Const.sysglyId + "' AND person.PersonId !='" + Const.hfnbdId + "' AND person.PersonId !='" + Const.sedinId + "'"; List listStr = new List(); //if (rbUnit.SelectedValue == "0") //{