model/contact.go @@ -93,6 +93,9 @@ } } case int: if key == "client_id" { db = db.Where("client_id = ?", v) } } } }