update 项目管理接口

This commit is contained in:
2021-04-28 18:37:07 +08:00
parent eae4496c7b
commit 28e7390a73
12 changed files with 277 additions and 203 deletions

View File

@@ -255,7 +255,7 @@ namespace Ewide.Core.Service
customDataScopeRoleIdList.Add(u.Id);
if ((u.DataScopeType == (int)DataScopeType.AREA || u.DataScopeType == (int)DataScopeType.AREA_WITH_CHILD) && strongerAreaType < u.DataScopeType)
{
strongerDataScopeType = u.DataScopeType;
strongerAreaType = u.DataScopeType;
}
else if (u.DataScopeType <= strongerDataScopeType)
strongerDataScopeType = u.DataScopeType;