diff --git a/api/api_v1/endpoints/query.py b/api/api_v1/endpoints/query.py index cb326d4..04efcf4 100644 --- a/api/api_v1/endpoints/query.py +++ b/api/api_v1/endpoints/query.py @@ -1168,7 +1168,7 @@ async def funnel_model( # tmp['p2'].append(round(v*100 / tmp_df.loc[i - 1, 'values'], 2)) _ = date_data.setdefault(key[0].strftime('%Y-%m-%d'), {}) - _[key[1]] = tmp + #_[key[1]] = tmp title = (groupby or ['总体']) + cond_level resp = {'list': data_list, 'date_data': date_data,