This commit is contained in:
2024-02-27 18:13:26 +08:00
parent 7f67a750c8
commit 6106fb7d9c
33 changed files with 2769 additions and 1820 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ namespace BLL
foreach (var role in roleList)
{
if (item.RoleId.IndexOf(role) >= 0)
if (item.RoleId !=null && item.RoleId.IndexOf(role) >= 0)
{
if (!userid.Contains(item.UserId))
{