Procházet zdrojové kódy

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

lcl před 1 rokem
rodič
revize
42d9eb7dd6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
             {