put 改成post

Signed-off-by: lSun <15893999301@qq.com>
This commit is contained in:
lSun 2025-02-11 19:14:05 +08:00
parent 4ffee47816
commit cf2ab9c5ca
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class OrgChangeController extends BaseController {
return error("系统异常");
}
@PutMapping("orgBatchChangeCheck")
@PostMapping("orgBatchChangeCheck")
@Log(title = "流程相关->组织架构变更审核->一键审核", businessType = BusinessType.UPDATE)
public AjaxResult orgBatchChangeCheck(@Validated @RequestBody OrgChangeBean o) {
try{