Commit 149af28b by guanzhenshan

增加币种展示

parent 65b63a88
...@@ -437,6 +437,7 @@ namespace Bailun.DC.Web.Areas.DataWareHouse.Controllers ...@@ -437,6 +437,7 @@ namespace Bailun.DC.Web.Areas.DataWareHouse.Controllers
projectcode = a.fee_config?.projectcode??"", projectcode = a.fee_config?.projectcode??"",
financecategory = a.fee_config?.financecategory??"", financecategory = a.fee_config?.financecategory??"",
datacenter_col = a.fee_config?.datacenter_col??"", datacenter_col = a.fee_config?.datacenter_col??"",
currency = a.fee_config.currency,
}); });
......
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