提交 85c483ca authored 作者: YunaiV's avatar YunaiV

Merge remote-tracking branch 'origin/master'

...@@ -259,7 +259,7 @@ public class OperateLogAspect { ...@@ -259,7 +259,7 @@ public class OperateLogAspect {
if (operateLog != null) { if (operateLog != null) {
return operateLog.enable(); return operateLog.enable();
} }
// 没有 @ApiOperation 注解的情况下,只记录 POST、PUT、DELETE 的情况 // 没有 @OperateLog 注解的情况下,只记录 POST、PUT、DELETE 的情况
return obtainFirstLogRequestMethod(obtainRequestMethod(joinPoint)) != null; return obtainFirstLogRequestMethod(obtainRequestMethod(joinPoint)) != null;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论