Commit 5f72f0f0 by guanzhenshan

调整ebay销售统计提现损耗比例

parent c5289018
......@@ -779,6 +779,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
withdrawpercent = objwithdraw.Loss_withdrawal_percent.Value;
}
withdrawpercent = 0.025m;
var list = services.ListEbayStatistics(parameter, website, selleraccount, start, end, warehousetype, warehousecode,companyid, ref total,skucategoryids);
var countM = services.ListEbayStatisticsCount("Ebay",website, selleraccount, start, end, warehousetype, warehousecode,companyid, skucategoryids);
......
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