From 160e150009b51a39fa95d9462c3798ba28d51a09 Mon Sep 17 00:00:00 2001 From: lxw <810412026@qq.com> Date: 星期二, 15 八月 2023 08:49:47 +0800 Subject: [PATCH] 审批页面修改 --- src/main/java/com/whyc/controller/WorkflowActionController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/WorkflowActionController.java b/src/main/java/com/whyc/controller/WorkflowActionController.java index 3105aae..6713779 100644 --- a/src/main/java/com/whyc/controller/WorkflowActionController.java +++ b/src/main/java/com/whyc/controller/WorkflowActionController.java @@ -48,7 +48,7 @@ */ @GetMapping("actionTypeList4Role") @ApiOperation(value = "鏌ヨ鍔ㄤ綔鍒楄〃") - public Response getActionTypeList(@RequestParam Integer type,@RequestBody Integer status){ + public Response getActionTypeList(@RequestParam Integer type,@RequestParam Integer status){ int userRole = ActionUtil.getUser().getURole(); List<WorkflowAction> actionTypeList = service.getActionTypeList(type,status,userRole); return new Response<List<WorkflowAction>>().set(1,actionTypeList); -- Gitblit v1.9.1