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}