Merge remote-tracking branch 'origin/feature/DM/nflg-bom-transition-sit' into feature/DM/nflg-bom-transition
This commit is contained in:
commit
dcad5ecf4e
|
|
@ -289,7 +289,6 @@ public class PBomApi extends BaseApi {
|
||||||
|
|
||||||
@PostMapping("realesePbom")
|
@PostMapping("realesePbom")
|
||||||
@ApiOperation("发布Pbom")
|
@ApiOperation("发布Pbom")
|
||||||
@Transactional(rollbackFor = Exception.class)
|
|
||||||
@LogRecord(success = "发布PBom,物料编码:{{#bom.materialNo}}-版本:{{#bom.currentVersion}} 操作结果:{{#_ret}}", bizNo = "{{#bomRowId}}",type = "发布PBom")
|
@LogRecord(success = "发布PBom,物料编码:{{#bom.materialNo}}-版本:{{#bom.currentVersion}} 操作结果:{{#_ret}}", bizNo = "{{#bomRowId}}",type = "发布PBom")
|
||||||
public ResultVO<List<OperationErrorMsgVO>> realesePbom(@Valid @RequestBody @NotNull PbomImportToSAPQuery query) {
|
public ResultVO<List<OperationErrorMsgVO>> realesePbom(@Valid @RequestBody @NotNull PbomImportToSAPQuery query) {
|
||||||
BomNewPbomParentEntity parent = bomNewPbomParentService.realesePbom(query.getRootBomRowId());
|
BomNewPbomParentEntity parent = bomNewPbomParentService.realesePbom(query.getRootBomRowId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue