404 web xml debug
This commit is contained in:
+11
-7
@@ -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")/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user