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="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--->
|
||||
@@ -130,12 +130,16 @@
|
||||
</cfquery> --->
|
||||
|
||||
|
||||
|
||||
<cfquery name="local.qTotal">
|
||||
select count(*) as cnt
|
||||
from svc
|
||||
where 1=1
|
||||
</cfquery>
|
||||
<cftry>
|
||||
<cfquery name="local.qTotal">
|
||||
select count(*) as cnt
|
||||
from svc
|
||||
where 1=1
|
||||
</cfquery>
|
||||
<cfcatch type="any">
|
||||
<cfreturn representationOf(cfcatch)/>
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
|
||||
<cfreturn representationOf("Проверка связи 7")/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user