111
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user