014 Bearer

This commit is contained in:
2025-10-20 22:29:38 +03:00
parent a8bfd3de9e
commit ab088906b8
4 changed files with 207 additions and 166 deletions
+7 -4
View File
@@ -61,13 +61,14 @@
</cffunction>
<!--- <cfmodule template="mod/payg.cfm"
<cfmodule template="mod/payg.cfm"
dt_finish=#dt_finish#
dt_start=#dt_start#
tenant_wz_index=#tenant_wz_index#
output="report"
debug=#isDefined("DEBUG")#
/> --->
<!--- <cfset out={
/>
<cfset out={
"hours"=#hours#,
"dtStart="=#iso8601dtFormat(dt_start)#,
"dtFinish"=#iso8601dtFormat(dt_finish)#,
@@ -77,11 +78,13 @@
"s3OpsTrfLoadedAt"="#iso8601dtFormat(report.qS3OpsTrfAge.dt_load)#",
"records"=#report.qCharge.recordCount#,
"queryDurationMs"=#(getTickCount() - msStartAt)#,
"wz"=#request.auth.wz#,
"login"=#request.auth.login#,
"report"=#report.qCharge.reduce((result, row) => {
result.append(row);
return result;
}, [])#
}/> ---><cfset out={"test"=true}/>
}/>
<cfcontent
type="application/json"