Commit 5503dcf5 by guanzhenshan

同上

parent 2b95aec2
......@@ -148,7 +148,7 @@ namespace Bailun.DC.Web.Controllers
a.platform_sku_unit_price, //单价
a.item_id, //itemid
a.platform_sku, //平台sku
bailunskus=listBailunSku.Select(b=>b.platform_sku==a.platform_sku).ToList()
bailunskus=listBailunSku.Where(b=>b.platform_sku==a.platform_sku).Select(c=>c.bailun_sku).ToList()
});
return Json(new
......
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