404 web xml debug

This commit is contained in:
msyu
2024-10-29 07:27:36 +03:00
parent e7d994456c
commit 6c382a9ac2
+4 -4
View File
@@ -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#/>