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 := `
|
||||
WITH plcs AS (
|
||||
SELECT
|
||||
p.id
|
||||
p.id,
|
||||
p.tenant_id
|
||||
FROM
|
||||
documents p
|
||||
INNER JOIN
|
||||
|
||||
Reference in New Issue
Block a user