fix: xpack log

This commit is contained in:
guoyuqi
2025-05-13 19:03:21 +08:00
committed by Craftsman
parent c6d3154d8a
commit 4cdd6950e8

View File

@@ -52,7 +52,7 @@ public class OperationLogAopAdvisor extends AbstractBeanFactoryPointcutAdvisor i
public boolean matches(@NotNull Method method, Class<?> targetClass) {
// 定义支持通配符的包名模式
// todo: 后续需要修改
String packagePattern = "io.cordys.crm\\..*\\.service";
String packagePattern = "io.cordys\\..*\\.service";
// 获取目标类的包名
String targetPackage = targetClass.getPackage().getName();