067 end customer

This commit is contained in:
2026-08-05 09:50:54 +03:00
parent 7ac2c85238
commit 5cc71b6587
7 changed files with 70 additions and 47 deletions
+9 -1
View File
@@ -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"/>