067 end customer
This commit is contained in:
+9
-1
@@ -223,6 +223,11 @@ where 1=1 <!--- <m:filter_build filter=#pageInfo.settings.filter#/> --->
|
||||
order by <m:order_build sortArray=#pageInfo.settings.sort.sortArray# fieldCount=#fieldCount#/>
|
||||
</cfquery>
|
||||
|
||||
<cfif structKeyExists(URL,"debug") OR structKeyExists(FORM,"debug")>
|
||||
<cfdump var=#qRead#/>
|
||||
<cfflush/>
|
||||
</cfif>
|
||||
|
||||
<cfquery name="qTotal" dbtype="query">
|
||||
select
|
||||
sum(hosts_total) as hosts_total
|
||||
@@ -260,7 +265,10 @@ select
|
||||
from qRead
|
||||
</cfquery>
|
||||
|
||||
|
||||
<cfif structKeyExists(URL,"debug") OR structKeyExists(FORM,"debug")>
|
||||
<cfdump var=#qTotal#/>
|
||||
<cfflush/>
|
||||
</cfif>
|
||||
|
||||
<cfif isDefined("output_xls")>
|
||||
<layout:xml qRead=#qRead# titleMap=#titleMap# filename="#pageInfo.entity#.xml"/>
|
||||
|
||||
Reference in New Issue
Block a user