ck %!s(int64=4) %!d(string=hai) anos
pai
achega
58041ef892
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -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,