mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
@@ -206,6 +206,9 @@ func valueConvert(data []byte, colType *sql.ColumnType) any {
|
||||
if stringV == "" {
|
||||
return ""
|
||||
}
|
||||
if colType == nil || colType.ScanType() == nil {
|
||||
return stringV
|
||||
}
|
||||
colScanType := strings.ToLower(colType.ScanType().Name())
|
||||
|
||||
if strings.Contains(colScanType, "int") {
|
||||
|
||||
Reference in New Issue
Block a user