fix(gorm): adjust caller skip for logging methods to improve stack trace accuracy

This commit is contained in:
Tension
2025-12-28 21:52:54 +08:00
parent bbc3703404
commit 495c4529ed
2 changed files with 4 additions and 3 deletions
@@ -3,6 +3,7 @@ package system
import (
"context"
"encoding/json"
"github.com/perfect-panel/server/internal/config"
"github.com/perfect-panel/server/internal/svc"
"github.com/perfect-panel/server/internal/types"