Fix totalCount document risk
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -396,7 +396,8 @@ func (p *Documents) CountByRiskID(
|
|||||||
q := `
|
q := `
|
||||||
WITH plcs AS (
|
WITH plcs AS (
|
||||||
SELECT
|
SELECT
|
||||||
p.id
|
p.id,
|
||||||
|
p.tenant_id
|
||||||
FROM
|
FROM
|
||||||
documents p
|
documents p
|
||||||
INNER JOIN
|
INNER JOIN
|
||||||
|
|||||||
Reference in New Issue
Block a user