瀏覽代碼

时间倒序

DuGuYang 1 年之前
父節點
當前提交
8d7a14f3e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>();