2023-11-08
This commit is contained in:
@@ -246,7 +246,7 @@ namespace BLL
|
||||
var pUnit = Funs.DB.Project_ProjectUnit.FirstOrDefault(e => e.ProjectId == ProjectId && e.UnitId == PersonEntity.UnitId);
|
||||
if (pUnit != null)
|
||||
{
|
||||
if (pUnit.UnitType == Const.ProjectUnitType_1 )
|
||||
if (pUnit.UnitType == Const.ProjectUnitType_1 || pUnit.UnitType == Const.ProjectUnitType_2)
|
||||
{
|
||||
result = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user