wesmiler 4 tháng trước cách đây
mục cha
commit
f9647002c4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Models/GoodsModel.php

+ 0 - 1
app/Models/GoodsModel.php

@@ -77,7 +77,6 @@ class GoodsModel extends BaseModel
     {
         return $this->hasMany(GoodsSkuModel::class, 'goods_id', 'id')
             ->where(['mark' => 1, 'status' => 1])
-            ->where('stock','>', 0)
             ->orderBy('sort', 'desc');
     }
 }