Commit a684c678 by guanzhenshan

解决不是平台时间没有返回结果的问题

parent f5dd61e8
...@@ -594,7 +594,7 @@ namespace Bailun.DC.Web.Controllers ...@@ -594,7 +594,7 @@ namespace Bailun.DC.Web.Controllers
} }
else else
{ {
new Services.OrdersServices().ListEbaySkuSalesCount(page, pagesize, start, end, arrsku, platform); obj = new Services.OrdersServices().ListEbaySkuSalesCount(page, pagesize, start, end, arrsku, platform);
} }
......
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