@@ -80,7 +80,7 @@ total_amount/total_cost total_roi from
key=['date','pitcher','cost','first_order_amount','first_roi','order_amount','today_roi','total_amount','total_cost','total_profit','total_roi']
- return get_dict_list(key,data),total
+ return get_dict_list(key,get_round(data)),total
def get_pitcher_panel_overview(pitcher):