1
This commit is contained in:
@@ -28,7 +28,7 @@ func ListConfig(key string) (configList []*legacymodel.Config, err error) {
|
|||||||
`
|
`
|
||||||
sqlParams := []interface{}{}
|
sqlParams := []interface{}{}
|
||||||
if key != "" {
|
if key != "" {
|
||||||
sql += " WHERE thirdparty = ?"
|
sql += " WHERE thirdparty = ?"
|
||||||
sqlParams = append(sqlParams, key)
|
sqlParams = append(sqlParams, key)
|
||||||
}
|
}
|
||||||
db := dao.GetDB()
|
db := dao.GetDB()
|
||||||
|
|||||||
Reference in New Issue
Block a user