pbom-异常检查,变更记录

This commit is contained in:
大米 2024-09-27 08:33:45 +08:00
parent 5f11a53c81
commit 894978dc68
1 changed files with 0 additions and 6 deletions

View File

@ -144,12 +144,6 @@ public class BomReportApi extends BaseApi {
return ResultVO.success(r);
}
@PostMapping("getUpdateLog")
@ApiOperation("bom-变更记录(和上一版本对比)")
public ResultVO<List<UpdateLogVO>> getUpdateLog(@ApiParam("bom版本RowId") @RequestParam("bomRowId") Long bomRowId) {
return ResultVO.success(forwardReportService.getUpdateLog(bomRowId));
}
@PostMapping("getUpdateLog")
@ApiOperation("bom-变更记录(和上一版本对比)")
public ResultVO<List<UpdateLogVO>> getUpdateLog(@ApiParam("bom版本RowId") @RequestParam("bomRowId") Long bomRowId , @ApiParam("BOM 类型 1-EBom 2-PBom") @RequestParam("bomType") Integer bomType) {