- update log

master
李光春 1 year ago
parent b7ee53add0
commit efdef3152a

@ -1,5 +1,5 @@
package go_library
func Version() string {
return "1.0.116"
return "1.0.117"
}

@ -65,6 +65,7 @@ func (c *GinCustomClient) GinRecord(ginCtx *gin.Context) *GinCustomClientGinReco
ipService: c.ipService,
tableName: c.gormConfig.tableName,
}
operation.data = new(ginPostgresqlLogCustom)
operation.data.LogTime = gotime.Current().Time //【日志】时间
operation.data.TraceId = gotrace_id.GetGinTraceId(ginCtx) // 【系统】跟踪编号
if ginCtx.Request.TLS == nil {

Loading…
Cancel
Save