update 去除了开发模式下的缓存
This commit is contained in:
@@ -90,9 +90,12 @@ namespace Ewide.Core.Service
|
||||
var parentAndChildIdListWithSelf = sysOrg.Pids.TrimEnd(',').Replace("[", "").Replace("]", "")
|
||||
.Split(",").ToList();
|
||||
dataScopeList.AddRange(parentAndChildIdListWithSelf);
|
||||
|
||||
// 添加本级(不知道为什么框架在这里排除了本级)
|
||||
dataScopeList.Add(u);
|
||||
});
|
||||
}
|
||||
return dataScopeList;
|
||||
return dataScopeList.Distinct().ToList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user