!36 修复错误日志切面注释

Merge pull request !36 from 外国人/master
master
芋道源码 3 years ago committed by Gitee
commit 3733dca6f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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;
} }

Loading…
Cancel
Save