From d82138925ddde2a42e689b3c86405c7fb424e8ef Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 11 Apr 2024 16:40:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A5=96=E9=A1=B9=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=80=80=E5=9B=9E=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hyp/web/controller/reward/ApplyController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyp-admin/src/main/java/com/hyp/web/controller/reward/ApplyController.java b/hyp-admin/src/main/java/com/hyp/web/controller/reward/ApplyController.java index c78bdc3..fd3b33f 100644 --- a/hyp-admin/src/main/java/com/hyp/web/controller/reward/ApplyController.java +++ b/hyp-admin/src/main/java/com/hyp/web/controller/reward/ApplyController.java @@ -79,7 +79,7 @@ public class ApplyController extends BaseController { return success(applyInfoListManager.audit(applyId)); } - @ApiOperation("退回") + @ApiOperation("申请退回") @GetMapping(value = "/applyBack") public AjaxResult applyBack(@RequestParam String applyId, @RequestParam(required = false) String applyMsg) {