Merge remote-tracking branch 'origin/master'

This commit is contained in:
YunaiV 2023-06-17 14:47:10 +08:00
commit 85c483ca9a

View File

@ -259,7 +259,7 @@ public class OperateLogAspect {
if (operateLog != null) {
return operateLog.enable();
}
// 没有 @ApiOperation 注解的情况下只记录 POSTPUTDELETE 的情况
// 没有 @OperateLog 注解的情况下只记录 POSTPUTDELETE 的情况
return obtainFirstLogRequestMethod(obtainRequestMethod(joinPoint)) != null;
}