fix(ebom): 从excel导入不调用compucteLevelNum方法
This commit is contained in:
parent
df50b80ae6
commit
769ccb89bf
|
|
@ -86,8 +86,8 @@ public class EbomV2Api extends BaseApi {
|
|||
List<OperationErrorMsgVO> result = eBomImportService.importBom(file);
|
||||
|
||||
ebomChildService.getBaseMapper().updateEBomMaterialUse();
|
||||
ebomParentService.compucteLevelNum();
|
||||
|
||||
//这个方法有问题
|
||||
// ebomParentService.compucteLevelNum();
|
||||
ebomParentService.resetAllBomExist();
|
||||
return ResultVO.success(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue