张晓波
2023-10-30 1b3a14a25d8f5013158ef2842e9be0e24240f2b5
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,7 +65,8 @@
            return invocation.proceed();
        }else{
            return invocation.proceed();
        }
        }*/
        return invocation.proceed();
    }