404 web xml debug
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
|
||||
|
||||
<cfquery name="local.qRead" result="local.result">
|
||||
<!--- <cfquery name="local.qRead" result="local.result">
|
||||
select
|
||||
<m:field_set titleMapOut="local.titleMap" lengthOut="local.fieldCount">
|
||||
<m:field title="ID" cfSqlType="CF_SQL_INTEGER">s.svc_id</m:field>
|
||||
@@ -127,9 +127,9 @@
|
||||
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#
|
||||
</cfquery>
|
||||
</cfquery> --->
|
||||
|
||||
|
||||
<cfreturn representationOf("Проверка связи 6")/>
|
||||
|
||||
<cfquery name="local.qTotal">
|
||||
select count(*) as cnt
|
||||
@@ -137,7 +137,7 @@
|
||||
where 1=1
|
||||
</cfquery>
|
||||
|
||||
|
||||
<cfreturn representationOf("Проверка связи 6")/>
|
||||
|
||||
<cfset "out.queryDurationMs"=getTickCount() - request.startTickCount/>
|
||||
<cfset "out.total"=#local.qTotal.cnt#/>
|
||||
|
||||
Reference in New Issue
Block a user