From 8942de08e3c7ec0a3ecf8d6e795ce495d60e1e4f Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Mon, 20 Jan 2025 16:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-oa/src/main/java/com/yxt/anrui/oa/api/HrHireApplyRest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-oa/src/main/java/com/yxt/anrui/oa/api/HrHireApplyRest.java b/yxt-oa/src/main/java/com/yxt/anrui/oa/api/HrHireApplyRest.java index 763a776697..bf5a4f57a0 100644 --- a/yxt-oa/src/main/java/com/yxt/anrui/oa/api/HrHireApplyRest.java +++ b/yxt-oa/src/main/java/com/yxt/anrui/oa/api/HrHireApplyRest.java @@ -45,7 +45,7 @@ public class HrHireApplyRest { } @ApiOperation("提交审批流程") - @PutMapping("/submit") + @PostMapping("/submit") public ResultBean submit(@RequestBody HrHireApplyDto dto) { return hrHireApplyService.submit(dto); }