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