Merge branch 'features/houseprojectinfo'

This commit is contained in:
2021-04-28 18:40:27 +08:00
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;