|
@@ -30,7 +30,7 @@ namespace MySystem
|
|
{
|
|
{
|
|
return dataList;
|
|
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)
|
|
foreach (Dictionary<string, object> subdata in source)
|
|
{
|
|
{
|
|
Dictionary<string, object> curData = new Dictionary<string, object>();
|
|
Dictionary<string, object> curData = new Dictionary<string, object>();
|