张晓波
2023-10-30 448bbf9ccb7564036e34fe4a497e4365bf14a5fc
hd/pipe/common/src/main/java/com/thhy/general/config/InsertAop.java
@@ -26,7 +26,7 @@
    @Around("pointcut()")
    public Object invoke(ProceedingJoinPoint invocation) throws Throwable {
        /*String methodName = invocation.getSignature().getName();
        String methodName = invocation.getSignature().getName();
        if(methodName.contains("insert")||methodName.contains("Insert")){
            Object j = invocation.getArgs()[0];
@@ -65,8 +65,7 @@
            return invocation.proceed();
        }else{
            return invocation.proceed();
        }*/
        return invocation.proceed();
        }
    }