作者 朱兆平

bug-fix: sm3加密注解失败修复

@@ -15,7 +15,7 @@ import java.lang.reflect.Method; @@ -15,7 +15,7 @@ import java.lang.reflect.Method;
15 @Component 15 @Component
16 public class UserPasswordSM3AOP { 16 public class UserPasswordSM3AOP {
17 17
18 - @Pointcut("@annotation(com.tianbo.warehouse.annotation.UserPasswordMd5)") 18 + @Pointcut("@annotation(com.tianbo.warehouse.annotation.UserPasswordSM3)")
19 public void annotationPointCut(){ 19 public void annotationPointCut(){
20 20
21 } 21 }