修复请求日志打印

This commit is contained in:
cuizhibin 2025-07-23 17:27:08 +08:00
parent a0fd37a74e
commit 02560bc4bf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class HttpLogAspect {
/**
* 自定义切点
*/
@Pointcut("execution(* com.dite.*.controller.*.*(..)) ")
@Pointcut("execution(* com.dite.znpt.web..*(..)) ")
public void log() {
}