List<ReversalDto>listReversal=SimpleCRUD.Query<ReversalDto>("SELECT DISTINCT platform, website FROM order_fee_config WHERE is_reversal = 1;",null,GlobalConfig.ConnectionString_DW).ToList();
if(input.FeeName.Contains("仓储费-平台"))
{
data=data.Select(x=>
...
...
@@ -893,21 +889,14 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");