This commit is contained in:
2025-10-20 14:28:40 +08:00
parent a23dfbf22f
commit 4d82c3f049
2 changed files with 11 additions and 7 deletions
@@ -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)
{