Commit 38df9212 by 泽锋 李

商品汇总报表,平台查询异常

parent bca0ac18
......@@ -34,6 +34,7 @@ namespace AutoGeneratePurchaseAdvise
//report.PurchaseWeekBackUp();
//report.ResetTransExpectArrivaltime();
//PurchaseAdviseServices.AutoPushBuySys(4);
//PurchaseAdviseServices.AutoPushBuySys(4);
}
catch (Exception ex)
{
......
......@@ -201,6 +201,11 @@ namespace AutoTurnOver.Controllers
var datas = ApiServices.PlatformtypeWebsiteList(platform_type).GroupBy(s => s.website).Select(s => new { website = s.Key }).ToList();
return new JsonResult(datas);
}
public JsonResult PlatformtypeWebsiteAllList(string platform_type)
{
var datas = ApiServices.PlatformtypeWebsiteList(platform_type);
return new JsonResult(datas);
}
public JsonResult BrandList()
{
......
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