Commit 27ba4d4f by zhouminghui

联动数据

parent 93d506ef
...@@ -22,5 +22,6 @@ namespace Bailun.DC.Models.WebApiModels ...@@ -22,5 +22,6 @@ namespace Bailun.DC.Models.WebApiModels
{ {
public string platform { get; set; } public string platform { get; set; }
public string website { get; set; } public string website { get; set; }
public string datatype { get; set; }
} }
} }
...@@ -1254,7 +1254,7 @@ t1.exchange_rate AS ExchangeRate,t1.amountval_rmb AS AmountValRmb,t1.month AS Mo ...@@ -1254,7 +1254,7 @@ t1.exchange_rate AS ExchangeRate,t1.amountval_rmb AS AmountValRmb,t1.month AS Mo
} }
public CommonApiResponseDto<AccountingSubjectOptionsData> GetOptionsData() public CommonApiResponseDto<AccountingSubjectOptionsData> GetOptionsData()
{ {
var sql = "select platform,website from order_fee_col"; var sql = "select platform,website,datatype from order_fee_col";
var platformList = SimpleCRUD.Query<PlatformWithSite>(sql, null, GlobalConfig.ConnectionString_DW).ToList(); var platformList = SimpleCRUD.Query<PlatformWithSite>(sql, null, GlobalConfig.ConnectionString_DW).ToList();
var sqlcol = "select datacenter_col from order_fee_config group by datacenter_col"; var sqlcol = "select datacenter_col from order_fee_config group by datacenter_col";
......
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