Compare commits
No commits in common. "24f69a65baf2e38def986d8cf722c118c9abd557" and "c448ed2301b7f9bbd78ce82a2278ca9313b4b767" have entirely different histories.
24f69a65ba
...
c448ed2301
@ -1303,14 +1303,7 @@ namespace APT.BS.WebApi.Controllers.Api
|
||||
//if (!string.IsNullOrEmpty(strRole))
|
||||
//{
|
||||
// listStrRole = strRole.Split(charSplit, StringSplitOptions.RemoveEmptyEntries).ToList();
|
||||
try
|
||||
{
|
||||
listRoleItem = listRole.FindAll(e => listStrRole.Contains(e.NAME)).ToList();
|
||||
}
|
||||
catch
|
||||
{
|
||||
listRoleItem = null;
|
||||
}
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user