Commit fce0c2b1 by guanzhenshan

修改余额明细显示

parent af29beff
...@@ -2663,7 +2663,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -2663,7 +2663,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
p.fromsource, p.fromsource,
}); });
return JsonConvert.SerializeObject(new { total = obj.Count(), rows = obj }); return JsonConvert.SerializeObject(new { total = total, rows = obj.ToList() });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment