Commit 5ef5c246 by guanzhenshan

解决bug

parent df65b303
......@@ -1188,7 +1188,15 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
data = data,
counthead = countHead,
countdata = countData,
subcount = listSubCount1,
subcount = listSubCount1.Select(a=>new {
a.Item1,
a.Item2,
a.Item3,
a.Item4,
a.Item5,
a.Item6,
a.Item7
}),
subcount1 = listSubCount2
});
}
......
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