404 web xml debug
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<cfset var maxrows=arguments.pageSize*arguments.page/>
|
||||
<cfset var startrow=arguments.pageSize*(arguments.page-1)+1/>
|
||||
|
||||
<cfreturn representationOf("Проверка связи 5")/>
|
||||
|
||||
|
||||
<cfquery name="local.qRead" result="local.result">
|
||||
select
|
||||
@@ -129,6 +129,8 @@
|
||||
limit #maxrows#
|
||||
</cfquery>
|
||||
|
||||
<cfreturn representationOf("Проверка связи 6")/>
|
||||
|
||||
<cfquery name="local.qTotal">
|
||||
select count(*) as cnt
|
||||
from svc
|
||||
|
||||
Reference in New Issue
Block a user