diff --git a/Application.cfc b/Application.cfc index 41c5d08..3576a1c 100644 --- a/Application.cfc +++ b/Application.cfc @@ -87,7 +87,7 @@ - + diff --git a/payg.cfm b/payg.cfm index 3119330..81f671e 100644 --- a/payg.cfm +++ b/payg.cfm @@ -413,10 +413,10 @@ from qS3Vol union all -select wz, code || '.vol', get as raw_metric, get_10k as metric, '10k' as unit, bucket as dimension1 +select wz, code || '.get', get as raw_metric, get_10k as metric, '10k' as unit, bucket as dimension1 from qS3OpsTrf - where code || '.vol' like + where code || '.get' like union all @@ -487,10 +487,10 @@ SELECT s.code as s_code s.sku_code as sku_code m.code as m_code - s.component_quantity - s.service_quantity - s.service_discount - coalesce(s.free_tier,0) as free_tier + s.component_quantity + s.service_quantity + s.service_discount + coalesce(s.free_tier,0) as free_tier m.dimension1 s.type m.unit @@ -583,7 +583,7 @@ ORDER BY coalesce(coalesce(c.wz, m.wz), s.wz), coalesce(s.code, m.code) по Только PAYG checked/> WZ по вхождению, с регистром -Код >по вхождению +Код по вхождению