瀏覽代碼

切换钢种修改请求方式

lingpeng.li 3 周之前
父節點
當前提交
37f93e6c08

+ 1 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/shiftConfiguration/controller/ShiftConfigurationController.java

@@ -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) {