|
|
@@ -1148,7 +1148,7 @@ namespace Business.ResourceExamineManagement
|
|
|
if (icitem != null)
|
|
|
{
|
|
|
var childDto = new BomChildExamineDto();
|
|
|
- childDto.level = level++;
|
|
|
+ childDto.level = level;
|
|
|
childDto.bom_id = dto.bom_id;
|
|
|
childDto.bom_child_id = c.Id;
|
|
|
childDto.id = help.NextId();
|