DuGuYang hai 1 ano
pai
achega
8d7a14f3e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/Business/BusinessUtil.cs

+ 1 - 1
Util/Business/BusinessUtil.cs

@@ -30,7 +30,7 @@ namespace MySystem
             {
                 return dataList;
             }
-            List<Dictionary<string, object>> source = MerchantTradeSummaryService.List2(relationData, " and MerchantId=" + MerchantId, TradeMonth, pageNum, pageSize);
+            List<Dictionary<string, object>> source = MerchantTradeSummaryService.List2(relationData, " and MerchantId=" + MerchantId, TradeMonth, pageNum, pageSize,"TradeDate desc");
             foreach (Dictionary<string, object> subdata in source)
             {
                 Dictionary<string, object> curData = new Dictionary<string, object>();