067 usrId argument removed from annotations
This commit is contained in:
@@ -65,10 +65,13 @@
|
||||
from resource_realm r
|
||||
join resource_realm_type t on (r.resource_realm_type_id=t.resource_realm_type_id)
|
||||
left outer join resource_realm p on (r.parent_id=p.resource_realm_id)
|
||||
--join resource_realm_access a on a.
|
||||
join resource_realm_access a on
|
||||
(r.resource_realm_id=a.resource_realm_id
|
||||
AND a.contract_id=<cfqueryparam cfsqltype="CF_SQL_INTEGER" value=#arguments.contractId#/>
|
||||
AND a.is_enabled)
|
||||
where 1=1 <m:filter_build filter=#filter#/>
|
||||
order by <m:order_build sortCollection=#this.helper.parseNumericOrder(local.titleMap, arguments.orderBy)# fieldCount=0/><!---no sort length limit--->
|
||||
--limit #maxrows#
|
||||
limit #maxrows#
|
||||
</cfquery>
|
||||
|
||||
<cftry>
|
||||
|
||||
Reference in New Issue
Block a user