牟新芬 3 年之前
父節點
當前提交
187d5aa064
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/model/system/Product.php

+ 1 - 1
app/model/system/Product.php

@@ -102,7 +102,7 @@ class Product extends BaseModel
                 $model = $model->where('cate_id', $where['cate_id']);
             }
             if (isset($where['label']) && $where['label'] != '') {
-                if($where['label'] == '3'){
+                if($where['label'] == '4'){
                     $model = $model->where('is_new', 1);
                 }else{
                     $model = $model->where('stars', $where['label']);