|
@@ -600,7 +600,7 @@ def get_channel_summary(channel,pitcher,page,page_size,order_by,order,state,loca
|
|
FROM
|
|
FROM
|
|
(select
|
|
(select
|
|
channel,pitcher,stage,
|
|
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,
|
|
min(if(cost>0,dt,null)) start,
|
|
max(if(cost>0,dt,null)) end,
|
|
max(if(cost>0,dt,null)) end,
|
|
sum(cost) total_cost,
|
|
sum(cost) total_cost,
|