Merge remote-tracking branch 'origin/feature/DM/nflg-bom' into feature/DM/nflg-bom

This commit is contained in:
大米 2024-01-24 17:08:21 +08:00
commit 36903f527a
1 changed files with 2 additions and 2 deletions

View File

@ -1368,7 +1368,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
if (dto.getParent().getRootIs() == null || dto.getParent().getRootIs() == 0) {
childList.add(dto.getParent());
}
checkAndSaveEBomException(childList);
// checkAndSaveEBomException(childList);
//不要异步
ebomChildService.getBaseMapper().updateEBomMaterialUse();
// ThreadUtil.execAsync(() -> computeLevelNumAndRootState());
@ -1441,7 +1441,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
}
checkAndSaveEBomException(childList);
// checkAndSaveEBomException(childList);
// ebomChildService.getBaseMapper().updateEBomMaterialUse();
// ThreadUtil.execAsync(() -> computeLevelNumAndRootState());
return true;