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

This commit is contained in:
10001392 2024-08-27 15:02:43 +08:00
commit dcad5ecf4e
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ public class PBomApi extends BaseApi {
@PostMapping("realesePbom")
@ApiOperation("发布Pbom")
@Transactional(rollbackFor = Exception.class)
@LogRecord(success = "发布PBom物料编码{{#bom.materialNo}}-版本:{{#bom.currentVersion}} 操作结果:{{#_ret}}", bizNo = "{{#bomRowId}}",type = "发布PBom")
public ResultVO<List<OperationErrorMsgVO>> realesePbom(@Valid @RequestBody @NotNull PbomImportToSAPQuery query) {
BomNewPbomParentEntity parent = bomNewPbomParentService.realesePbom(query.getRootBomRowId());