ソースを参照

经营数据按月查询,按时间排序

lcl 1 年間 前
コミット
42d9eb7dd6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Util/BusinessUtil.cs

+ 1 - 1
Util/BusinessUtil.cs

@@ -27,7 +27,7 @@ namespace MySystem
             {
                 return dataList;
             }
-            List<Dictionary<string, object>> source = new MerchantTradeSummaryService().List2(new List<FieldItem>(), " and MerchantId=" + MerchantId, TradeMonth, pageNum, pageSize);
+            List<Dictionary<string, object>> source = new MerchantTradeSummaryService().List2(new List<FieldItem>(), " and MerchantId=" + MerchantId, TradeMonth, pageNum, pageSize, "TradeDate desc");
             // var infos = UserTradeDbconn.GetDateTradeList(MerchantId,TradeMonth);
             foreach (Dictionary<string, object> subdata in source)
             {