From 1dbcf4ad7b604143fece9e10ced0f4dfa8d07992 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Apr 2023 08:25:11 +0800 Subject: [PATCH] =?UTF-8?q?!422=20feat:=20=E4=BF=AE=E6=94=B9=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yudao/framework/operatelog/core/annotations/OperateLog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-framework/yudao-spring-boot-starter-biz-operatelog/src/main/java/cn/iocoder/yudao/framework/operatelog/core/annotations/OperateLog.java b/yudao-framework/yudao-spring-boot-starter-biz-operatelog/src/main/java/cn/iocoder/yudao/framework/operatelog/core/annotations/OperateLog.java index 89627555e..c61384ff4 100644 --- a/yudao-framework/yudao-spring-boot-starter-biz-operatelog/src/main/java/cn/iocoder/yudao/framework/operatelog/core/annotations/OperateLog.java +++ b/yudao-framework/yudao-spring-boot-starter-biz-operatelog/src/main/java/cn/iocoder/yudao/framework/operatelog/core/annotations/OperateLog.java @@ -23,7 +23,7 @@ public @interface OperateLog { /** * 操作模块 * - * 为空时,会尝试读取 {@link Api#value()} 属性 + * 为空时,会尝试读取 {@link Tag#name()} 属性 */ String module() default ""; /**