1、不要改功能

This commit is contained in:
大米 2024-05-30 18:32:42 +08:00
parent 9ff66011b7
commit 6069836320
1 changed files with 3 additions and 3 deletions

View File

@ -156,9 +156,9 @@ public class EbomApi extends BaseApi {
bomNewEbomParentService.convertToPBom(paramDto); bomNewEbomParentService.convertToPBom(paramDto);
//更新PBomUse 数据 //更新PBomUse 数据
CompletableFuture.runAsync(()->{ // CompletableFuture.runAsync(()->{
bomNewPbomParentService.getBaseMapper().updatePBomMaterialUse(); // bomNewPbomParentService.getBaseMapper().updatePBomMaterialUse();
}); // });
//导入到sap //导入到sap
List<OperationErrorMsgVO> errorMsgVOS = new ArrayList<>(); List<OperationErrorMsgVO> errorMsgVOS = new ArrayList<>();