get方式
This commit is contained in:
parent
16620d0d77
commit
42c8f7a1fa
|
|
@ -100,7 +100,7 @@ public class MBomApi extends BaseApi {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@PostMapping("superSaterialList")
|
@GetMapping("superSaterialList")
|
||||||
@ApiOperation("设置超级物料列表")
|
@ApiOperation("设置超级物料列表")
|
||||||
public ResultVO<List<BomNewMbomMiddleVO>> superSaterialList(@RequestParam(value = "rowId") Long rowId) {
|
public ResultVO<List<BomNewMbomMiddleVO>> superSaterialList(@RequestParam(value = "rowId") Long rowId) {
|
||||||
if (Objects.isNull(rowId)) {
|
if (Objects.isNull(rowId)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue