404 web xml debug

This commit is contained in:
msyu
2024-10-29 07:38:37 +03:00
parent 1f21c470d6
commit 750ae7150f
+11 -7
View File
@@ -85,7 +85,7 @@
<cfargument name="page" type="string" hint="type:integer" default="1"/> <cfargument name="page" type="string" hint="type:integer" default="1"/>
<cfargument name="orderBy" type="string" hint="type:string, description:comma-separated list of fields to sort by, example:fld1.ASC,fld2.DESC,fld3.ASC" default=""/> <cfargument name="orderBy" type="string" hint="type:string, description:comma-separated list of fields to sort by, example:fld1.ASC,fld2.DESC,fld3.ASC" default=""/>
<cfset local={}/>
<!---parse and validate request parameters---> <!---parse and validate request parameters--->
@@ -130,12 +130,16 @@
</cfquery> ---> </cfquery> --->
<cftry>
<cfquery name="local.qTotal"> <cfquery name="local.qTotal">
select count(*) as cnt select count(*) as cnt
from svc from svc
where 1=1 where 1=1
</cfquery> </cfquery>
<cfcatch type="any">
<cfreturn representationOf(cfcatch)/>
</cfcatch>
</cftry>
<cfreturn representationOf("Проверка связи 7")/> <cfreturn representationOf("Проверка связи 7")/>