|
@@ -251,7 +251,7 @@ public class ShiftConfigurationController extends JeecgController<ShiftConfigura
|
|
|
return Result.OK(result);
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/switchSteel")
|
|
|
+ @PostMapping("/switchSteel")
|
|
|
@ApiOperation(value = "切换钢种", notes = "切换钢种")
|
|
|
public Result<Map<String, String>> switchSteel(@RequestBody SwitchSteelDTO switchSteelDTO) {
|
|
|
|