Merge branch 'features/houseprojectinfo'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user