mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-28 05:12:32 +08:00
优化菜单、省市区树结构排序,修复部门搜索空指针问题
This commit is contained in:
@@ -81,7 +81,7 @@ func LoggingServeLogHandler(ctx context.Context, in *glog.HandlerInput) {
|
||||
}
|
||||
|
||||
if in.Stack == "" {
|
||||
in.Stack = in.Logger.GetStack(4) // 4是跳过当前方法,如果调整本行位置需要重新调整skip
|
||||
in.Stack = in.Logger.GetStack()
|
||||
}
|
||||
|
||||
var data entity.SysServeLog
|
||||
|
Reference in New Issue
Block a user