暂存取消异常检查
This commit is contained in:
parent
eff37916b8
commit
404fef34e3
|
|
@ -1368,7 +1368,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
if (dto.getParent().getRootIs() == null || dto.getParent().getRootIs() == 0) {
|
if (dto.getParent().getRootIs() == null || dto.getParent().getRootIs() == 0) {
|
||||||
childList.add(dto.getParent());
|
childList.add(dto.getParent());
|
||||||
}
|
}
|
||||||
checkAndSaveEBomException(childList);
|
// checkAndSaveEBomException(childList);
|
||||||
//不要异步
|
//不要异步
|
||||||
ebomChildService.getBaseMapper().updateEBomMaterialUse();
|
ebomChildService.getBaseMapper().updateEBomMaterialUse();
|
||||||
// ThreadUtil.execAsync(() -> computeLevelNumAndRootState());
|
// ThreadUtil.execAsync(() -> computeLevelNumAndRootState());
|
||||||
|
|
@ -1441,7 +1441,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkAndSaveEBomException(childList);
|
// checkAndSaveEBomException(childList);
|
||||||
// ebomChildService.getBaseMapper().updateEBomMaterialUse();
|
// ebomChildService.getBaseMapper().updateEBomMaterialUse();
|
||||||
// ThreadUtil.execAsync(() -> computeLevelNumAndRootState());
|
// ThreadUtil.execAsync(() -> computeLevelNumAndRootState());
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue