logging adjustments
This commit is contained in:
@@ -258,7 +258,7 @@ func getFieldValue(field reflect.Value) interface{} {
|
||||
if ni.Valid {
|
||||
return ni.Int64
|
||||
}
|
||||
return 0
|
||||
return -1
|
||||
case sql.NullFloat64:
|
||||
nf := field.Interface().(sql.NullFloat64)
|
||||
if nf.Valid {
|
||||
|
Reference in New Issue
Block a user