xjc преди 1 година
родител
ревизия
1ea5bdf6de
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/weixin/controls.py

+ 1 - 0
src/weixin/controls.py

@@ -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}