@@ -61,7 +61,6 @@ FROM
|
|||||||
WHERE
|
WHERE
|
||||||
organization_id = @organization_id
|
organization_id = @organization_id
|
||||||
AND %
|
AND %
|
||||||
ORDER BY name ASC;
|
|
||||||
`
|
`
|
||||||
|
|
||||||
q = fmt.Sprintf(q, cursor.SQLFragment())
|
q = fmt.Sprintf(q, cursor.SQLFragment())
|
||||||
|
|||||||
Reference in New Issue
Block a user