|
order_by = arg.get("order_by", 'total_cost')
|
|
order_by = arg.get("order_by", 'total_cost')
|
|
data, total, total_data = get_channel_summary(user_id,channel, pitcher, page, page_size, order_by, order, state, location,start,end)
|
|
data, total, total_data = get_channel_summary(user_id,channel, pitcher, page, page_size, order_by, order, state, location,start,end)
|