mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-10 12:30:24 +08:00
字段中的blob和JSON类型映射为[]byte和dbs.JSON
This commit is contained in:
@@ -186,7 +186,7 @@ func TestServerDAO_FindAllEnabledServersWithDomain(t *testing.T) {
|
||||
}
|
||||
if len(servers) > 0 {
|
||||
for _, server := range servers {
|
||||
t.Log(domain + ": " + server.ServerNames)
|
||||
t.Log(domain + ": " + string(server.ServerNames))
|
||||
}
|
||||
} else {
|
||||
t.Log(domain + ": not found")
|
||||
|
||||
Reference in New Issue
Block a user