Commit cb7d309b by guanzhenshan

格式化金额

parent dbc322b9
...@@ -5906,7 +5906,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -5906,7 +5906,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
a.month, a.month,
a.colname, a.colname,
a.type, a.type,
a.amount, amount = a.amount.ToString("N2"),
a.note_one, a.note_one,
a.note_two, a.note_two,
createtime = a.createtime.ToString("yyyy-MM-dd HH:mm:ss") createtime = a.createtime.ToString("yyyy-MM-dd HH:mm:ss")
......
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