pbom-异常检查,变更记录
This commit is contained in:
parent
5f11a53c81
commit
894978dc68
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue