ck 4 gadi atpakaļ
vecāks
revīzija
58041ef892
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,