Commit 1f42bed8 by guanzhenshan

--no commit message

parent 158dcab9
...@@ -1396,7 +1396,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1396,7 +1396,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
var amazonAD = _service.ListAmazonADSkuCount("", dtstart, dtend, companyid, currency.ToUpper() == "USD"); var amazonAD = _service.ListAmazonADSkuCount("", dtstart, dtend, companyid, currency.ToUpper() == "USD");
listRefund = _service.ListPlatformRefund(dtstart, dtend, companyid, platform, website, currency.ToUpper() == "USD"); listRefund = _service.ListPlatformRefund(dtstart, dtend, companyid, platform, website, currency.ToUpper() == "USD");
foreach (var item in result) foreach (var item in result)
{ {
item.adfee = 0; item.adfee = 0;
item.putawayfee = 0; item.putawayfee = 0;
......
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