@@ -600,7 +600,7 @@ def get_channel_summary(channel,pitcher,page,page_size,order_by,order,state,loca
FROM
(select
channel,pitcher,stage,
- case when type ='vx' then 'MP' when type ='qq' then 'GDT' end location,
+ type location,
min(if(cost>0,dt,null)) start,
max(if(cost>0,dt,null)) end,
sum(cost) total_cost,