1
This commit is contained in:
@@ -277,6 +277,10 @@ namespace BLL
|
||||
{
|
||||
pUnit.UnitType = bresult.UnitType;
|
||||
}
|
||||
else
|
||||
{
|
||||
pUnit.UnitType = BLL.Const.UnitType_4;
|
||||
}
|
||||
var un= bUnit.FirstOrDefault(x => x.ProjectId == projectid && x.UnitId == item.UnitId);
|
||||
if (un == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user