Compare commits

..

2 Commits

Author SHA1 Message Date
wyw
24f69a65ba Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2026-04-14 17:25:37 +08:00
wyw
2a121741c6 2345 2026-04-14 17:25:07 +08:00

View File

@ -1303,7 +1303,14 @@ 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
//{