@@ -119,6 +119,7 @@ func SearchChannels(keyword string, group string, model string, idSort bool) ([]
|
|||||||
// 如果是 PostgreSQL,使用双引号
|
// 如果是 PostgreSQL,使用双引号
|
||||||
if common.UsingPostgreSQL {
|
if common.UsingPostgreSQL {
|
||||||
keyCol = `"key"`
|
keyCol = `"key"`
|
||||||
|
modelsCol = `"models"`
|
||||||
}
|
}
|
||||||
|
|
||||||
order := "priority desc"
|
order := "priority desc"
|
||||||
|
|||||||
Reference in New Issue
Block a user