pbom-异常检查可多选
This commit is contained in:
parent
7064fb2d5e
commit
309948adbd
|
|
@ -448,7 +448,7 @@ public class PBomApi extends BaseApi {
|
||||||
VUtils.isTure(CollUtil.isNotEmpty(noBomParams)).throwMessage(StrUtil.join(",", noBomParams)+ "PBom版本不存在,请检查参数是否正确.");
|
VUtils.isTure(CollUtil.isNotEmpty(noBomParams)).throwMessage(StrUtil.join(",", noBomParams)+ "PBom版本不存在,请检查参数是否正确.");
|
||||||
|
|
||||||
for(Long rowId : checkExceptionDTO.getBomRowIds()) {
|
for(Long rowId : checkExceptionDTO.getBomRowIds()) {
|
||||||
bomNewPbomParentService.checkException(rowId, checkExceptionDTO.getPBomType());
|
bomNewPbomParentService.checkException(rowId, checkExceptionDTO.getBomType());
|
||||||
};
|
};
|
||||||
return ResultVO.success(true);
|
return ResultVO.success(true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ public class PBomCheckExceptionDTO {
|
||||||
|
|
||||||
|
|
||||||
@ApiModelProperty("pbom类型: 0- pBom工作表 1-pBOM正式表")
|
@ApiModelProperty("pbom类型: 0- pBom工作表 1-pBOM正式表")
|
||||||
private Integer pBomType;
|
private Integer bomType;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue