|
@@ -3586,6 +3586,7 @@ def get_match_group_winlose_avg_allday(**qdata):
|
|
|
allday_winlose_avg_list.append({
|
|
|
"stock_date":stock_date,
|
|
|
"today_income":today_win_lose_avg,
|
|
|
+ "total_income":today_win_lose_avg
|
|
|
})
|
|
|
allday_winlose_avg_list = sorted(allday_winlose_avg_list,key=lambda x:x["stock_date"],reverse=True)
|
|
|
rst = {"list":allday_winlose_avg_list}
|