DuGuYang 1 vuosi sitten
vanhempi
commit
8d7a14f3e7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>();