Commit 7f2af171 authored by luhongguang's avatar luhongguang

update:我的商品库存为0也要展示

parent cd9d04ea
......@@ -940,7 +940,6 @@ class GoodsService
$where["goods_spu_id[>]"] = $lastId;
}
$where["life_account_id"] = $lifeAccountId;
$where["inventory_rest[>]"] = 0;
$where["LIMIT"] = $limit;
$where["ORDER"] = ["update_time" => "DESC"];
$list = GoodsSku::select(["goods_spu_id", "goods_sku_id", "goods_name", "desc", "desc_pic_url", "total_amount_sold", "inventory_rest", "original_price",
......
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