get方式

This commit is contained in:
jing's 2024-01-07 13:10:27 +08:00
parent 16620d0d77
commit 42c8f7a1fa
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class MBomApi extends BaseApi {
}
@PostMapping("superSaterialList")
@GetMapping("superSaterialList")
@ApiOperation("设置超级物料列表")
public ResultVO<List<BomNewMbomMiddleVO>> superSaterialList(@RequestParam(value = "rowId") Long rowId) {
if (Objects.isNull(rowId)) {