Commit c7a04113 by guanzhenshan

订单拦截itemid

parent 7e81e124
...@@ -357,7 +357,10 @@ namespace Bailun.DC.Web.Controllers ...@@ -357,7 +357,10 @@ namespace Bailun.DC.Web.Controllers
success = true, success = true,
msg = "", msg = "",
total = total, total = total,
list = obj list = obj.Select(a=>new {
a.item_id,
a.count
})
}); });
} }
catch (Exception ex) catch (Exception ex)
......
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