Fix totalCount 5xx
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
87b99ea912
commit
1f94ddba95
@@ -289,7 +289,8 @@ func (p *Documents) CountByControlID(
|
||||
q := `
|
||||
WITH plcs AS (
|
||||
SELECT
|
||||
p.id
|
||||
p.id,
|
||||
p.tenant_id
|
||||
FROM
|
||||
documents p
|
||||
INNER JOIN
|
||||
|
||||
Reference in New Issue
Block a user