Commit 53b7d510 authored by luhongguang's avatar luhongguang

update:指定userid的商品列表

parent 0992741d
......@@ -559,7 +559,7 @@ class GoodsService
}
$where["life_account_id"] =$lifeAccountId;
$list = GoodsSku::select(["goods_sku_id", "name", "url", "total_amount_sold", "inventory_rest", "original_price",
$list = GoodsSku::select(["goods_spu_id", "goods_sku_id", "name", "url", "total_amount_sold", "inventory_rest", "original_price",
"price", "status", "online_status"], $where);
$data = [
......
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