This commit is contained in:
weiweiw 2024-09-27 14:05:34 +08:00
parent 25872802bc
commit 2578a49786
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class PreventRepeatSubmitAspect {
private RedisService redisCache;
// 定义一个切入点待测试使用
@Pointcut("@annotation(com.bonus.sgzb.common.security.annotation.PreventRepeatSubmit)")
@Pointcut("@annotation(com.bonus.common.security.annotation.PreventRepeatSubmit)")
public void preventRepeatSubmit() {
}